I’ve got a problem where my session data is being lost in Google Chrome. All other browsers handle the sessions fine.
I’ve narrowed it down to the following line in my .htaccess file:
RewriteRule ^([a-zA-Z0-9-/]+)$ customForest.php?slug=$1 [QSA]
If I remove this line, the sessions work fine in Google Chrome.
Does anyone have any idea what in this line might be causing the issue?
I guess it’s caused by the
[QSA]flag. You might try this: