Classic ASP: Multiple ASPSESSIONID in cookies

后端 未结 7 1062
悲&欢浪女
悲&欢浪女 2020-12-01 21:07

I have a problem with a classic asp page and I just cannot solve it since 3 days.

The page is working with Sessions - sometimes it happens that the ASPSESSIONID cook

7条回答
  •  伪装坚强ぢ
    2020-12-01 22:04

    I was able to remove those cookies with Javascript.

    Just add next script to the end of login page. This will remove all "ASPSESSIONIDXXXXXXX" cookies before user will login to website:

    
    

提交回复
热议问题