0

I am worried, I just found that my PHP sessions are not working in Chrome. Actually, I am working on a Bigcommerce app development so I face the problem. It is working fine in Firefox, internet explores but not in Chrome.

Aniket kumar
  • 65
  • 1
  • 12

1 Answers1

1

Use this code in the .htaccess file working fine

<ifmodule mod_headers.c>
Header always edit Set-Cookie ^(.*)$ $1;SameSite=None;Secure
</ifmodule> 
Aniket kumar
  • 65
  • 1
  • 12