Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Can Form Authentication work without cookies?
Message
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Can Form Authentication work without cookies?
Divers
Thread ID:
01104350
Message ID:
01104350
Vues:
79
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform