'match_ip' = true
in config/session.php, you may encounter random session destructions due to the IP addresses not matching even in localhost.\Input::ip()
and \Input::real_ip()
may return either v4 or v6. So if your session IP was initially 127.0.0.1
, it may suddenly change to ::1
which will destroy the session.It looks like you're new here. If you want to get involved, click one of these buttons!