sessions A collection of 2 articles #Python #Django #sessions Episode 15 - User Session Data On this episode, we will dig into a data storage technique that Django makes heavy use of for visitors to your site. This category of data is called session data. #Python #Django #sessions Per-visitor Data With Sessions How does Django know when a user is logged in? Where can the framework store data for a visitor on your app? In this article, we’ll answer those questions and look at a storage concept … Page 1 of 1