Click here to Skip to main content
15,892,537 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
whenever i am redirecting to any page then in url getting like below codes

http://localhost:16845/%28S%28bw01h320imn5pvqa540neavx%29%29/Admin/DashBoard.aspx[^]

so when i copying this link and paste into another browser link then there same credentials using and getting logging in without give credentials.

so how to remove above coockie string>?
Posted

1 solution

This is the session identifier. You are using cookieless asp:
https://msdn.microsoft.com/en-us/library/aa479314.aspx[^]

look for <sessionState cookieless="true" /> in your config. The link above explains how this works and also tells you other methods of how it may have been implemented in your code
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900