Howdo,
I have a bit of a problem, I'm using:
In my session script, and whenever you refresh twice quickly or click a link again if it doesn't load straight away, the session is ended.
Is there any way to get around this? Do I even need to regenerate the session id with every request?
I have a bit of a problem, I'm using:
PHP:
session_regenerate_id(true);
In my session script, and whenever you refresh twice quickly or click a link again if it doesn't load straight away, the session is ended.
Is there any way to get around this? Do I even need to regenerate the session id with every request?