i found the error
$remember = Input::get('remember');
login the user Auth::login($user,$remember);
These lines of code was commented out by me.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community