What is the proper way to clear the session so my Session_Start will fire again if the session timeout threshold is hit and the user does not continue their session?
Can I do this in JavaScript or Do I need to do it in CSharp Code?
I do not want to clear all users sessions. Just the user that timed out.
Thanks.
Go to the complete details ...