avto-dev / roadrunner-laravel

[ABANDONED] Moved to https://github.com/spiral/roadrunner-laravel
MIT License
120 stars 15 forks source link

Adds the ability to reset the application after a request is handled. #25

Closed sikhlana closed 4 years ago

sikhlana commented 4 years ago
Q A
Bug fix? No
New feature? Yes

Description

This PR resets the state of the application after a request is handled by a worker by enabling the --reset-application switch which will remove instances related to auth, request and session and unqueue any dangling cookies from the application.

Fixes #22

Checklist

tarampampam commented 4 years ago

Close #26

tarampampam commented 4 years ago

Great thanks for your contribution!