Currently, session_regenerate_id does not handle an unstable network
well,
e.g. Mobile and WiFi network. Therefore, you may experience a lost
session by calling session_regenerate_id.
-------
Hi,
I spent some time figuring out why I got randomly logged out from the webpage and submitted a patch to https://jira.observium.org/browse/OBS-3132
Basically it was the session_regenerate_id() call that caused it, so I adopted the https://www.php.net/manual/en/function.session-regenerate-id.php suggested way.
Well it works for me, try it out if you have the same issue.
/niklas
_______________________________________________
observium mailing list
observium@observium.org
http://postman.memetic.org/cgi-bin/mailman/listinfo/observium