Click here to Skip to main content
15,895,142 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
If cookies are not enabled at browser end does form Authentication work?
Posted

1 solution

Forms authentication uses a cookie to identify a user. However, Forms authentication also supports a feature named cookieless authentication. When cookieless authentication is enabled, a user can be identified without a browser cookie.
 
Share this answer
 
Comments
Nick Reshetinsky 13-May-11 7:40am    
it appends some long string to your URL after domain name that contains your cookie details

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