Tables/session: Difference between revisions

From Joomla! Documentation

Dsiders (talk | contribs)
New page: == Usage: == * Since: == Description: == {| border="1" |+ '''session Table (#__session)''' |- bgcolor="lightgrey" | Field || Type || Nullable || Default || Key || Extra || Comments |- | ...
 
Cadrlp (talk | contribs)
class="wikitable"
Line 4: Line 4:
== Description: ==
== Description: ==


{| border="1"
{| class="wikitable" border="1"
|+ '''session Table (#__session)'''
|+ '''session Table (#__session)'''
|- bgcolor="lightgrey"
|- bgcolor="lightgrey"
Line 28: Line 28:
== Notes ==
== Notes ==


{| border="1"
{| class="wikitable" border="1"
|+ '''Indices'''
|+ '''Indices'''
|- bgcolor="lightgrey"
|- bgcolor="lightgrey"

Revision as of 03:19, 25 September 2011

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