Skip to content

Session Table Reference

mikert edited this page Feb 15, 2011 · 1 revision

Session Table

Fields

  • session_id - string(80) not null. Table primary key.
  • session_data - blob. The data stored in the session.
  • session_email - string(255). The email address of the user associated with the session for login sessions.
  • session_name - string(255). The user name of the user associated with the session for login sessions.
  • session_kind - string(2). A 2 character code. Common values include:
    • AS.
    • CO.
    • CS. - Cache object (template module/widget).
    • CY.
    • DW.
    • KY.
    • LW.
    • NW.
    • PT.
    • SC.
    • SI. - Sign in session.
    • TC.
    • UA.
    • US.
  • session_start - integer not null. A unix timestamp denoting when the session started.
Clone this wiki locally