At Fri, 28 May 2004 15:51:43 -0400, Farouk Khawaja wrote: > OK Folks, I realize that sessions management is 'magic' but I really > want to know how it works. > | id | varchar(32) | | PRI | | | > | a_session | text | YES | | NULL | | > | givenName | varchar(20) | YES | | NULL | |
The id column stores the session_id, the contents of the session are stored in a serialised form in a_session. Your givenName column will never be used. -- - Gus --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]