ASP.NET Forms Authentication and Cookies

  • Thread starter Thread starter Jeff
  • Start date Start date
J

Jeff

It appears that ASP.NET Forms Authentication requires the use of cookies
(and therefore cookies to be enabled on the browser). Is this true? If so,
is there any way around it?

Thanks.
 
I thought you could swich from cookies=True to False.
This should implement "URL munging" - A unique ID is created on log in and
is assigned to the user and added to the URL. This is created once and then
passed back and forth as part of the URL.
 
Back
Top