devbobo
May-25-2005, 08:48 PM
Hey Don,
I am trying to do some cleanup work around SessionID reuse. At moment, I just try to use the previous SessionID (if the user hasn't logged out)...if the SessionID has timed out obviously, I need to either get the user to log in or use the password hash if I have it stored.
My question is, would it be possible to provide a method that can valid whether a SessionID for a particular user is valid ? To save having to put additional error handling in other method calls, and more importantly to prevent making multiple calls which will all fail if the SessionID has timed out.
Cheers,
David
I am trying to do some cleanup work around SessionID reuse. At moment, I just try to use the previous SessionID (if the user hasn't logged out)...if the SessionID has timed out obviously, I need to either get the user to log in or use the password hash if I have it stored.
My question is, would it be possible to provide a method that can valid whether a SessionID for a particular user is valid ? To save having to put additional error handling in other method calls, and more importantly to prevent making multiple calls which will all fail if the SessionID has timed out.
Cheers,
David