Tables/session

From Joomla! Documentation

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