Forms authentication and SmartNavigation
From: Curia Damiano (damiano.curia@apsystems.it)
Date: 06/26/02
- Next message: Michael Owen: "Why is user ASPNET used to login to SQL Server?"
- Previous message: Justin P: "Re: Re-write of <form action=https"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Curia Damiano" <damiano.curia@apsystems.it> Date: Wed, 26 Jun 2002 02:06:58 -0700
I'm developing a portal using user controls, so I use
SmartNavigation=true in web.config.
The very few first pages of the portal are cached by
param.
My problem is with the authentication: I'm redirect on
the login page, and here I do
FormsAutentication.RedirectFromLoginPage, but I'm kept in
the login page.
The cookie seems to be ok as if I create it in persistent
way and I call the protected page from another istance of
Internet Explorer, I have no problems and I can access it.
If in web.config I set SmartNavigation=false, all is ok.
What am I wrong? Can't forms authentication and
SmartNavigation coesist?
Thanks, Damiano Curia - damiano.curia@apsystems.it
- Next message: Michael Owen: "Why is user ASPNET used to login to SQL Server?"
- Previous message: Justin P: "Re: Re-write of <form action=https"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|