Tables/session

From Joomla! Documentation

Revision as of 16:08, 31 August 2010 by Dsiders (talk | contribs) (New page: == Usage: == * Since: == Description: == {| border="1" |+ '''session Table (#__session)''' |- bgcolor="lightgrey" | Field || Type || Nullable || Default || Key || Extra || Comments |- | ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Usage:

  • Since:

Description:

session Table (#__session)
Field Type Nullable Default Key Extra Comments
session_id varchar(32) NOT NULL PK
client_id tinyint(3) unsigned NOT NULL 0
guest tinyint(4) unsigned 1
time varchar(14)
data varchar(20480) NULL
userid int(11) 0
username varchar(150)
usertype varchar(50)

Notes

Indices
Index Name Column(s) Unique?
whosonline guest, usertype No
userid userid No
time time No
  • Default character set: utf8