Here is the scenario:
A user is logged on and a Session has been created on the server along with an authentication cookie on the client side.
The Session timeout is set to 20 minutes.
After 25 minutes of inactivity the user goes back onto the website, so his Session does not exist anymore but the authentication cookie still exists.
Based on the cookie what's the best and secured way to allow the user to get signed in automatically...
Thanks in advance for any help.