Database Table: django_session

This table is one of four related tables:

  1. django_admin_log
  2. django_content_type
  3. django_migrations
  4. django_session

which are information tables defined by the Django web services framework. The interested reader is referred to the Django web framework documentation.

Keys:

  • session_key (String(40)):

Columns:

  • session_data (String):
  • expire_date (Integer):