Jump to content

remove php cookie explorer7


jonniejoejonson

Recommended Posts

Problem exists in explorer 7 where you have page tabs.

 

eg problem:

if you have 2 page tabs open, and you are on the second tab and do something to create a cookie, this cookie can be read and reset from tab2.

 

However if you are tab1 you can read the cookies that have been set in tab2 but CAN NOT delete/reset them.

 

This creates big issues for creating login systems where you set a cookie to remeber the user, becuase if one day you login in from tab2 and check remeber me... if you then return at a later date and try and logout from tab1 you can not becuase the cookie to remeber you was set from tab2. Like i said it still reads the cookie but doesn't reset/delete it.

 

I hope you understand my problem... thanks to any responders.

Link to comment
https://forums.phpfreaks.com/topic/125517-remove-php-cookie-explorer7/
Share on other sites

This is a problem... someone else must ahve had this problem...

I have tested this problem on other sites that allow 'remember me' login, and they dont have this problem... i assume they use php cookies to remmber a user...

so they must be doing something to prevent this...

Is it possible to specify where a cookie is set on a users machine?..

Has anyone else noticed this discrepency with setting cookies from different page tabs in IE7?

thanks again.

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.