This is regarding the session files that are created and updated on Storage > framework > sessions Folder. When I log in to my application and leave it there for a while, it logs me out and take me back to my log in box. However, I notice a second session, on the folder I mentioned, is created...keeping the previous one with some information. Do you guys have any idea why it is doing that?
By the way, O changed values on Config > session.php ( lifetime to 1000 and expire_to_close to true)
Thanks for the reply...
@consigliere , yes I do have most of my routes under middleware; e.i
Route::get('dashboard', ['middleware' => 'auth', 'uses' => 'DashboardController@view']);
@tykus_ikus , I did not know about the garbage collector on laravel; so I guess I have to wait uh