is it also possible to get the remaining lifetime of a session?
I set it to:
This should create a session with the name "user" that lasts for 15 min.
And then if the session exists it should echo the "session still running"
message.
If not it should create the user session as written above..
This is the way to do this?.
I noticed also that a session is not expired after 15 min.
_j