You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Include the user agent from $_SERVER['HTTP_USER_AGENT'] in the session. Basically, when the session starts, store it in something like $_SESSION['user_agent']. Then, on each subsequent request check that it matches."
Non-trivial, but useful. Lets try to get this added.
The text was updated successfully, but these errors were encountered:
From https://stackoverflow.com/questions/5081025/php-session-fixation-hijacking#5081453 :
"Include the user agent from $_SERVER['HTTP_USER_AGENT'] in the session. Basically, when the session starts, store it in something like $_SESSION['user_agent']. Then, on each subsequent request check that it matches."
Non-trivial, but useful. Lets try to get this added.
The text was updated successfully, but these errors were encountered: