Jump to content


Corporate Sponsors


Latest News: (loading..)

playcraft

Member Since 29 Jun 2006
Offline Last Active Mar 12 2012, 14:24
-----

Posts I've Made

In Topic: Sessions issue? Customer stuck in log in loop

24 October 2011, 14:19

View PostSoulSilver, on 09 August 2011, 05:46, said:

hi playcraft,

could you please explain what you did to correct the issue? i am having the same problem and cant figure whats wrong..

Thanks in Advance...

SoulSilver
Using Safari Web Inspector, you can view the header of each element's request. Look for any "301 Permanently Moved" headers. Those will be cached in Safari. For example, when someone clicks on 'My Account' (/account.php) a 301 redirect header might be issued in lieu of a 302 temp redirect thus causing Safari to cache login.php for account.php. That means everytime account.php is requested Safari will request login.php without questioning the server first.