Jump to content

Cookies not working in IE6 but OK in Firefox?!?


amob005

Recommended Posts

Hi I am relatively new to php. Anyway i am trying to build a site in flash with php & sql backend. I am having trouble setting up cookies to work with IE6 and XP pro. I have the following setcookies:

setcookie('reflectionslogin',$user, $inTwoMonths, '/', '.myispname.com');
setcookie('reflectionspass',$pass, $inTwoMonths, '/','.myispname.com' );

I haven't thought about the security of the data passed to the cookies yet, that will be for later.

The cookies are used to retain login info so the user needn't login again. It works fine in Firefox, but not with IE6 on XP Pro. I have ensured that IE6 can accept cookies.



Thanks

Andrew

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.