- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2015
02:45 AM
07-08-2015
02:45 AM
I am building a site in magento. User can able to login and login session was created successfully.
Take this scenario.
- User added a product to cart (Already Login)
- Going to the checkout page
- There he clicks back button on the browser(in both firefox/chrome) and he went to the home page.
- At that time the session was expired.
I am using varnish cache
Could you please help me to resolve this. Is there any way to maintain the session, even if the user clicks back button or forward button.
Solved! Go to Solution.
1 ACCEPTED SOLUTION
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2015
02:09 AM
07-16-2015
02:09 AM
Hi,
The issue is because of the https. I am using nginx and loadbalancer. I forgot to add fastcgi_param HTTPS on in nginx conf file.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2015
05:09 AM
07-08-2015
05:09 AM
Re: Customer session expired after user clicks back button
Do you register Or login at checkout page? because no such issue occur into Magento. Pl do paste more info so anybody from here can help you. I.E site URL, image.
-
Magento Programmer | Was my answer helpful? You can accept it as a solution.
Magento Programmer | Was my answer helpful? You can accept it as a solution.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2015
02:09 AM