Answer the question
In order to leave comments, you need to log in
Lost php session in Firefox Android?
Only Firefox on Android gets an empty session. In any other browsers (and desktop Firefox) sessions work correctly.
The session starts at the very beginning and looks like this:
session_start();
session_set_cookie_params(2592000, '/', '.' . $_SERVER['HTTP_HOST']);
setcookie('PHPSESSID', session_id(), time() + 2592000, '/', '.' . $_SERVER['HTTP_HOST']);
session_regenerate_id(true);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question