Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Why does it kick me out


Guest

Recommended Posts

Posted

can anyone help me and tell me where I need to go to fix it so if I'm not using the site it will not kick me out so I have to sign back in everytime I'm idel for over 5 minutes.

Thanks any help would be great.

Mendy

Posted

open the configure.php file (located in /catalogue/includes/ folder)

 

find the following code:

define('HTTP_COOKIE_DOMAIN', '');
define('HTTPS_COOKIE_DOMAIN', '');

 

update to:

define('HTTP_COOKIE_DOMAIN', '.you-domain-name.com');
define('HTTPS_COOKIE_DOMAIN', '.you-domain-name.com');

 

I hope it will helps

Please read this line: Do you want to find all the answers to your questions? click here. As for contribution database it's located here!

8 people out of 10 don't bother to read installation manuals. I can recommend: if you can't read the installation manual, don't bother to install any contribution yourself.

Before installing contribution or editing/updating/deleting any files, do the full backup, it will save to you & everyone here on the forum time to fix your issues.

Any issues with oscommerce, I am here to help you.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...