amob005 Posted December 20, 2006 Share Posted December 20, 2006 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.ThanksAndrew Link to comment https://forums.phpfreaks.com/topic/31339-cookies-not-working-in-ie6-but-ok-in-firefox/ Share on other sites More sharing options...
Chronos Posted December 20, 2006 Share Posted December 20, 2006 Dunno if it's the case but i my experience cookies with IE is always a drag.Try to manually delete the cookie every time you test a new code. IE Security sometimes prohibits you from altering a already stored cookie Link to comment https://forums.phpfreaks.com/topic/31339-cookies-not-working-in-ie6-but-ok-in-firefox/#findComment-145071 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.