Ask a Question related to ASP.NET Security, Design and Development.
-
John Linn #1
GetAuthCookie vs regular cookie
All,
We are having a problem where a small percentage of our users' browsers do not accept our non-persistant cookies, where they *do* accept the session and aspxauth cookies. I cannot figure out how ASP.NET writes the cookie differently.
Using the handy little Reflector program, I can see that SetAuthCookie adds the cookie returned from GetAuthCookie, BUT the program crashes when I try to decompile that method and see exactly how it sets the returned cookie.
Has anyone experienced this or know how GetAuthCookie sets the cookie?
JL
John Linn Guest
-
Regular Expression
Hi, I am writing a script that parses an html file (which has been retrieved as a scalar by LWP::UserAgent). The script looks for everything in... -
Regular expression bug?
All of CF's RE functions act in a weird way, contrary to the documentation (both CF's own, and the underlying Java Regex docs). The special... -
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 =... -
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

