Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Sessions Problem


Guest

Recommended Posts

Posted

I was wondering where the 'sessions' file reads its config file from. I have been trying to change from one subdomain to the other and have done so successfully, expect for the sessions part. It seems be reading back to the old subdomain, is there a way to disable this or where can i change it.

 

/home/httpd/vhosts/mydomaincom/subdomains/fusion2/httpdocs/oscommerce/tmp

 

All other functions, ordering, products, images, etc read off the new subdomains.

 

Thanks;

 

Grapple

Posted

Edith both configure.php files so that the last line reads 'mysql' where indicated.

 

This stores sessions in the database and not in files in a 'tmp' folder.

 

This is better anyway because session files stored in a folder never expire, but sessions stored in the database expire 24 minutes after the last click by the customer.

 

Vger

Archived

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

×
×
  • Create New...