Skip to content

Commit

Permalink
setting cookies are now reset at the end of every request
Browse files Browse the repository at this point in the history
  • Loading branch information
josephmancuso committed Apr 1, 2018
1 parent 86b24c6 commit 514fef9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions masonite/providers/StartResponseProvider.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ def boot(self, Request, Response, Headers):
self.app.bind('Response', 'redirecting ...')

Request.reset_headers()
Request.cookies = []

0 comments on commit 514fef9

Please sign in to comment.