Details
Description
https://docs.djangoproject.com/en/1.4/ref/settings/#session-cookie-age
This will make the cookie expire after the defined number of seconds. The default is 2 weeks. Session data may need to be cleaned up periodically, manually, if using file based sessions or database sessions.