RE: [phplib] Session ID size? From: layne <email protected>
Date: 10/11/00

> Can anyone tell me if there is a maximum size to the
> Session ID that
> is created by PHPLIB?

mysql> show columns from active_sessions;
+---------+-------------+------+-----+---------+-------+
| Field | Type | Null | Key | Default | Extra |
+---------+-------------+------+-----+---------+-------+
| sid | varchar(32) | | PRI | | |
| name | varchar(32) | | PRI | | |
| val | text | YES | | NULL | |
| changed | varchar(14) | | MUL | | |
+---------+-------------+------+-----+---------+-------+

Layne Weathers
Lead Programmer
Ifworld, Inc.

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>