Google News
logo
Python - Interview Questions
Explain about Django session?
A session comprises a mechanism to store information on specific server-side at the interaction by the web application. By default, session reserves in the database and allows file-based and cache-based sessions.
Advertisement