I am facing problem with persistent shopping cart for guest (Not logged in user),
- Cookie Lifetime – 31536000 – 365 days // Cookie lifetime
- Persistence Lifetime (seconds) – 2100000 // Persistent shopping cart lifetime
- Cookie path – / // Cookie path set to /
- Cookie Domain – set it to blank // I have kept it blank
- Session Lifetime (seconds) – 2100000 – 24 hrs // Set session Lifetime for 24 hrs
but it it always expire after 1 hr for guest user(not logged in user). Please tell me the solution. I am getting stuck now.
Thanks to everyone in advance!.