DanDaBeginner Posted March 3, 2007 Share Posted March 3, 2007 I konw how to handle cookie.. but I get bang everytime Im trying my page to IE.. the cookie is not working.. the user will login then it will store to cookie.. then the page will check if the cookie has been set then it will redirect to the user's page and I use cookie to personalize the page instead of $_SESSION... is there anyone have encountered the same problem? how did you solved it? Link to comment https://forums.phpfreaks.com/topic/40986-ie-issue-with-php-cookie/ Share on other sites More sharing options...
JasonLewis Posted March 3, 2007 Share Posted March 3, 2007 are the cookies being set? we really need a bit more information. like errors and what not. Link to comment https://forums.phpfreaks.com/topic/40986-ie-issue-with-php-cookie/#findComment-198472 Share on other sites More sharing options...
DanDaBeginner Posted March 3, 2007 Author Share Posted March 3, 2007 thanx for the response.. It doesn't have error... In FireFox it works fine.. it seems that the IE is not registering / maybe it does'nt reading the cookie with PHP.. when the user is login using IE it logs-in, I tried to echo the id and it echo, means the user has login successfully, but when I echo the cookie it displays nothing... Link to comment https://forums.phpfreaks.com/topic/40986-ie-issue-with-php-cookie/#findComment-198477 Share on other sites More sharing options...
JasonLewis Posted March 3, 2007 Share Posted March 3, 2007 maybe, i'm not sure, that your settings in IE are preventing you from using cookies. Link to comment https://forums.phpfreaks.com/topic/40986-ie-issue-with-php-cookie/#findComment-198479 Share on other sites More sharing options...
DanDaBeginner Posted March 3, 2007 Author Share Posted March 3, 2007 thnax again.. have you tried to use PHP cookie in PHP? how was it? Link to comment https://forums.phpfreaks.com/topic/40986-ie-issue-with-php-cookie/#findComment-198482 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.