Question is, what are your session settings set like? Have you done any testing of if sessions get saved in database/storage?
L4.3 / L5 - Authentication doesn't save user session
I've just installed a fresh version of Laravel 4.3/5 and i've setup my /auth/login view and that appears fine when I attempt to access - http://HOSTNAME/home (I get redirected to http://HOSTNAME/auth/login
Attempting to login with incorrect credentials produces "These credentials do not match our records." which i'm expecting. When I enter the correct Username and Password it looks as though i've been authenticated and the URL moves to http://HOSTNAME/home but as soon as the auth middleware is run i'm sent back to the Login screen.
Have I missed something out? My Database and Cache / Session has all be configured correctly.
Please or to participate in this conversation.