cancel
Showing results for 
Search instead for 
Did you mean: 

Customer session expired after user clicks back button

SOLVED

Customer session expired after user clicks back button

I am building a site in magento. User can able to login and login session was created successfully.

 

Take this scenario.

  1. User added a product to cart (Already Login)
  2. Going to the checkout page
  3. There he clicks back button on the browser(in both firefox/chrome) and he went to the home page.
  4. 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.

 

 

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Customer session expired after user clicks back button

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.

View solution in original post

2 REPLIES 2

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.

Re: Customer session expired after user clicks back button

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.