RE: [PHP] Sessions Q.

2001-03-29 Thread Johnson, Kirk
ECTED] > Subject: [PHP] Sessions Q. > > > Hi, > > I currently have sessions working nicely on my site, but I > want to add a > timeout feature. What would be the best method, grabbing the > server time and > setting it using the session_register, and then running a >

[PHP] Sessions Q.

2001-03-29 Thread KPortsmout
Hi, I currently have sessions working nicely on my site, but I want to add a timeout feature. What would be the best method, grabbing the server time and setting it using the session_register, and then running a time check so if the session time is more than one hour old destroy it?? Ade --