Is there any appropriate method to clear a server side session on client side. I use java script to clear a session, but when ever a page is redirected then server side session
I think it is not possible to delete session from client side bcz Session is server side. One thing may be possible if we clear all the cookies from the client browser then may be session also deleted bcz when we create a session asp.net genrates a session id which is stored in the client browser if we succeed in deleting asp.net session cookie then may be session is also deleted.