Request::hasPreviousSession PHP Метод

hasPreviousSession() публичный статический Метод

Whether the request contains a Session which was started in one of the previous requests.
public static hasPreviousSession ( ) : boolean
Результат boolean
        public static function hasPreviousSession()
        {
            //Method inherited from \Symfony\Component\HttpFoundation\Request
            return \Illuminate\Http\Request::hasPreviousSession();
        }