Ask a Question related to ASP.NET General, Design and Development.
-
Liz Patton #1
AOL not reading cookies
Hi,
I have AOL users who can't log into my site (forms authentication). I
set a cookie like this:
Dim loginNameCookie As HttpCookie
loginNameCookie = New HttpCookie("LoginName")
loginNameCookie.Values.Add("LoginName", "panel")
loginNameCookie.Expires = DateAdd("n", 20, Now())
Response.AppendCookie(loginNameCookie)
Then I redirect to a page that checks it like so:
if Not IsNothing(Request.Cookies("LoginName")) then
Any ideas why AOL's browsers can't deal with this? No problems in IE
5, IE 5.5, IE 6, or NS 4.7 to NS 6 to NS 7.
Thanks!
Liz Patton Guest
-
cookies
i can't get all of the unwanted cookies off my hard-drive. the Internet Explorer menu doesn't take care of a whole bunch of them. HELP! i can't... -
Reading Cookies (Tough one!)
Hi all, I wrote a function (C++) for use in my Active Server Object that is meant to read cookies. It gives some very strange behavior in that... -
SSL, P3P & Cookies.
Please oh please oh please can someone with some P3P knowledge help me out? I'm aware that this isn't strictly an ASP or IIS issue but the SSL... -
Cookies... Help Please !
In article <2lg5ivcd5n5t8ao8fp2050rc65sei8uai7@4ax.com>, Fred < @> wrote: Does php allow this? I would use strcmp. -
No cookies
Hello, My XP Pro machine does not keep cookies. I've checked two things: A) The history is set to remember 20 days. B) The advanced tab in...



Reply With Quote

