August 2021
Intermediate to advanced
304 pages
8h 50m
English
This chapter covers
In the previous chapter, you learned about TLS. In this chapter, you’ll build on top of that knowledge, literally. You’ll learn how HTTP sessions are implemented with cookies. You’ll also learn how to configure HTTP sessions in Django. Along the way, I’ll show you how to safely implement session-state persistence. Finally, you’ll learn how to identify and resist remote code-execution attacks and replay attacks.
HTTP sessions are a necessity for all but the most trivial web applications. Web applications ...
Read now
Unlock full access