Jump to content

[Need help] Cache cookie problem


Recommended Posts

Hello.

 

Problem is when i click "Log out" website still show same page. But if i refresh it, it will show log in page.

Every time i have to refresh page for log in again. Now i fix file "Cookie.php" and change code

 

$this->_expire = is_null($expire) ? time() + 0 : (int)$expire;

 

and disable cache but it not working.

 

Please help

 

Thank you.

 

Link to comment
Share on other sites

Hello.

 

I already try but it doesn't work.

 

Thank you.

 

contact your hosting company, and see if they use 'varnish' cache or something comparable.  some hosting control panels also have the option to turn off server cache.

Link to comment
Share on other sites

contact your hosting company, and see if they use 'varnish' cache or something comparable.  some hosting control panels also have the option to turn off server cache.

 

Hello.

 

They can't help me. it's possible to edit code to refresh page when customer click log out.

 

Thank you.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...