>I think though, from the looks of the documentation, you have to manage the lifespan of the sessions on the server side yourself
Yes unfortunately you have to >One more way which is probably evil but better overall, imo, is to add a field to the session table with the timestamp Adding a field should work. Mysql can use a default value on insert. If you set the default to now() mysql should automaticly insert the date and time and you should be done Gerald --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]