Cache problem

#1
Hello.
I have a problem with cache module.
I need one of the modules to render dynamicly without cache or cache might be stored separately for each user.
For now I have a next problem:

when visitor is not logged-in - all works correctly - here no visitor data in source of page https://media.areama.net/uploads/2019-02-08_095917.png

but when visitor logged-in - I see incorrect visitor data. Visitor logged under test2@test.com email, but on site I see email test@test.com (as prevously login) https://media.areama.net/uploads/2019-02-08_100230.png

if visitor log out and login again I see old login data.

If I clear all cache https://media.areama.net/uploads/2019-02-08_092717.png then data on page is up-to-date

PS. Sorry for my bad English
Andrew
 
Last edited by a moderator:

Unique_Eric

Administrator
Staff member
#2
Hi Andrew,

To narrow down the possible issue, may I ask this is OpenLiteSpeed or LiteSpeed Enterprise version?
And which Prestashop version you are running with?

Best
 
#3
Hello.
Its just a LiteSpeed Cache plugin https://media.areama.net/uploads/2019-02-08_160724.png
PS version is 1.7.5.0
 
Last edited by a moderator:
#5
Hello.
The problem is not in theme. Its a module.
Im tried to add {hook h="litespeedEsiBegin" m="arcontactus" field="arcontactus"} and {hook h="litespeedEsiEnd"} but no effect
 
Last edited by a moderator:
Top