Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can Form Authentication work without cookies?
Message
 
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
Can Form Authentication work without cookies?
Miscellaneous
Thread ID:
01104350
Message ID:
01104350
Views:
81
I am having a problem with my LogIn form redirecting to default page.

I know my IE does not create a cookie for LOCALHOST so I thought maybe if I change the setting to run the page without cookies, it will work. What I did is set the value cookieless to true, as in:
<sessionState
   cookieless="true"
/>
But even with the setting above, the call to
FormsAuthentication.RedirectFromLoginPage( "user", false);
does not redirect to default page.

That's why I am wondering if Cookies MUST be working for Forms Authentication.

Please let me know.
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Next
Reply
Map
View

Click here to load this message in the networking platform