Table tomcat_sessions
Used to store browser sessions

Legend:
Primary key columns
Columns with indexes
Implied relationships
Excluded column relationships
< n > number of related tables
 
Column Type Size Nulls Auto Default Children Parents Comments
id varchar 100
app varchar 255
data bytea 2147483647
lastaccess int8 19
maxinactive int4 10
valid bpchar 1
Indexes:
Column(s) Type Sort Constraint Name
id Primary key Asc tomcat_sessions_pkey
app Performance Asc tomcatsessionappindex