1)how can i check that a session has expired?
2)how can i check how much time left unttil a session will expire?
thnaks i advance
checling that a session has expired
Moderator: General Moderators
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
okay,
1. you can't really as long as you use autohandled sessions. (you can always have a "special" value in their session, and if that value disappears, it's a new session..)
2. that isn't possible with autohandled sessions. As long as the session hasn't expired, there is no time limit.
Since sessions technically only expire when the user closes their browser (or clears their cookies) .....
1. you can't really as long as you use autohandled sessions. (you can always have a "special" value in their session, and if that value disappears, it's a new session..)
2. that isn't possible with autohandled sessions. As long as the session hasn't expired, there is no time limit.
Since sessions technically only expire when the user closes their browser (or clears their cookies) .....