found a similar/probably related thread and the fix: http://laravel.io/forum/03-10-2014-authentication-success-but-redirect-kills-the-session
Just change your 'users' table auto-increment primary key to "id" and it will start working. There is a way to change this in the code obviously, but I have no interest in modifying the libraries underneath, so this appears to be the fix.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community