session persisting problem after system restart
Posted
by
user100124
on Programmers
See other posts from Programmers
or by user100124
Published on 2013-08-21T06:29:03Z
Indexed on
2013/10/20
10:14 UTC
Read the original article
Hit count: 186
session
Is there a way to prevent session id restore on startup/restart of user's system?
We are using a asp.net app and I am able to login and access the site. For the first time session id is created and stored in cookies.
Problem:
But if I restart my system without signing out, the session is still alive.
How can I prevent this? from server side.
I can try to delete cookies but it is not practical, as each user will have different preferences.
© Programmers or respective owner