Why am I always logged in even after closing browser with remember me set to false
问题 I've creating a working user/login system with the laravel 4 framework and all is working well. However I'm always logged into the site unless I run the logout process. I would assume that if I login, close all browser windows and open the browser again I would be logged out. This is not the case. In my Auth::attempt I am setting the $remember parameter to false even though it is false by default. I have no idea why this is happening. If I logout, close all my browser windows then open them