AOL not reading cookies

L

Liz Patton

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!
 
G

Guest

I have problems with AOL browsers too. Not all of them, just some - I just
get around it by not using cookies....
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,483
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top