Ask a Question related to ASP.NET Security, Design and Development.
-
Scott #1
FormsAuthentication cookie problems
Our website is confugred to use Forms Authentication. The web.config
<authentication> element has the timeout property set to 45 (minutes). We
are setting the cookie using the RedirectFromLoginPage() which should use
the <authentication> timeout value to configure it properly. At least thats
my understanding of how it should work.
Most times we have no problems, but occasionally a request will come into
the server and the client is redirected to the login page for no reason. We
have looked at the IIS logs and the request coming in has the same
authentication cookie that was assigned previously. But all of a sudden IIS
doesn't like it anymore, after a period of 5 or 10 minutes, nothing near the
timeout value.
I have read previous posts that mention Decrypt() occasionally fails to
decrypt the cookie properly, which causes the client to be redirected to
login. Does anyone know if this is a known bug? Does anyone have any other
suggestions?
Any help would be appreciated.
Scott Lorenz
[email]ScottLorenz@UniversalComputerSys.com[/email]
Scott Guest
-
HTTP::Cookie won't store sent cookie
Hi all, My script requests http://foo.bar.com/ with code that looks a little like this: my $ua = LWP::UserAgent->new; my $cookie_jar =... -
Cookie Problems
I''m having a problem with cookies that is driving me insane :). - If a user comes to http://domain.com and a cookie is set for them, then the user... -
Funky FormsAuthentication Cookie Behavior.
We are having a problem where the HttpCookie.Value for FormsAuthentication is different between when it is created in Login.aspx.cs and when it is... -
Cookies set one time, I delete cookie, cookie is never set again!
I am having this problem: My PHP script will set a cookie, it's there in my /Cookies folder. I delete the cookie (I have to for testing purposes,... -
authentication cookie vs session cookie
Hi, What are the differences between authentication and session cookies? In my web.config file, I set the cookieless attribute for the...



Reply With Quote

