Illuminate\Foundation\Testing\Concerns\InteractsWithSession::flushSession PHP Метод

flushSession() публичный Метод

Flush all of the current session data.
public flushSession ( )
    public function flushSession()
    {
        $this->startSession();
        $this->app['session']->flush();
        return $this;
    }