I change my sessions setting in web config:
<sessionState cookieless="true" timeout="20" mode="InProc" />
and when I copy my address and close IE and then I enter address in another IE instance session not expires. What can I do for expiring session after IE closed?
thanks
Edit 1)
Does this problem related to cookieless settings?
You can’t.
The session identity is in the URL, not in the browser. When you copy the URL, you also copy the session identity, and closing the browser doesn’t change the URL that you copied.