cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding frontend customer logout automatically issue

Regarding frontend customer logout automatically issue

Hi Team,

I don't want the frontend customer to logout automatically at any certain time. If the customer need, they can manually logged out from the site. I have googled it and tried some things.

I have set the cookie time to 0 in confriguation->Default cookie setting and also i made the session.gc_maxlifetime to 31536000 in php.ini. But still the customer session logged out automatically.Kindly suggest me some ideas.

Site url : https://foromarket.com/

Thanks in advance.

3 REPLIES 3

Re: Regarding frontend customer logout automatically issue

@muthulazarmca please check the below link and let me know if you have any issue.

 

Increase Session time 

 

Thanks

Re: Regarding frontend customer logout automatically issue

Hi,

Thanks for the reply. But i need the session for customer end not for admin end.

Re: Regarding frontend customer logout automatically issue

If you are facing an issue on chrome then the issue is the SameSite cookie. 

Please create your all domain session cookies with SameSite=none. 

 

note: For SameSite=none your domain should have SSL certificates.