| |
bigtop
Posts: 15
Score: 0
Joined: 5/31/2001
From: USA
Status: offline
|
if you call the session.abandon method, that will do it -- they have a default life of 20 minutes -- so they'll expire after that -- and you can set that to be longer or shorter by saying session.expires = minutesValue to set it to whatever you would like it to be
|
|