Request::hasPreviousSession PHP Méthode

hasPreviousSession() public static méthode

Whether the request contains a Session which was started in one of the previous requests.
public static hasPreviousSession ( ) : boolean
Résultat boolean
        public static function hasPreviousSession()
        {
            //Method inherited from \Symfony\Component\HttpFoundation\Request
            return \Illuminate\Http\Request::hasPreviousSession();
        }