Is there is any appropriate solution to clear server side session on client side?

后端 未结 5 1054
星月不相逢
星月不相逢 2021-01-26 11:55

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

5条回答
  •  青春惊慌失措
    2021-01-26 12:18

    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.

提交回复
热议问题