User Name:
Password:
Remember me on this computer
Email:
What's the easiest way to detect when or whether a user's Session has expired?
Thanks
Darren
if (session(something) == null)
...
Thanks. It's what I thought but I wanted to ensure I wasn't missing a trick somewhere.
Thanks - Darren