php - Laravel 5.1. - Login sessions not persisting -


i using laravel 5.1 sentinel - cartalyst auth driver. problem laravel can't "keep" users logged in. after time (when visit website) automatically kicks them out error not logged in (i have filter checks if user logged in every route expect login route). bugs me , can't fix it. tried using cookies, file , database driver keeping login sessions , fail.

does knows how deal problem? bulding project intranet users (under local domain)... maybe problem? notice cookies expiration time current datetime laravels sets max expiration time.

are sure imported correct namespace path cartalyst? had issue sessions not persisting , caused importing native php cartalyst class rather laravel one. should cartalyst\sentinel\laravel\facades\sentinel::class


Comments

Popular posts from this blog

javascript - Chart.js (Radar Chart) different scaleLineColor for each scaleLine -

apache - Error with PHP mail(): Multiple or malformed newlines found in additional_header -

java - Android – MapFragment overlay button shadow, just like MyLocation button -