Basket SESSION lost on page refresh

Hello everybody these days i encountered a problem with the shop which strangly occurs only on one domain on a server.

When user is not logged but try to add articles in the basket the session is alive till the next page refresh and for expample if you proceed to payment the basket is empty, or if you choose another product then the old one will disapper and so on…

i dont understand why this is happening only to one domain and when i upload everything to other it works fine?!? :confused: The seetings are all the same of all domains…

hope someone can help me
thank you in advance

Georgi

Hi Georgi,

do different domains mean different servers in your case?

Regards

Hi Marco!
No all domains are on one server. But the settings are for all the same. What could couse the session break down… Could be the htaccess? still looking for solution

Could be a wrong absolute path in the config_inc file of the shop. Maybe a path that links to another valid shop directory on your server installation, so you get no include errors but a losted session.

Do you have a link to the shop?

Regards

hey Guys, thanks a lot a found a workaround!

Beme its not what you told me but thanks to you i saw in the conf file an option which allows saving the session as cookie or as a GET parameter and transporting it wire GET works fine!:slight_smile:

I hope this helps somebody with the same problem.
GREETINGS TO EVERYBODY!!!