Request::hasPreviousSession PHP Method

hasPreviousSession() public static method

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