-
-
Notifications
You must be signed in to change notification settings - Fork 584
Allow disable of Session saver #1885
Copy link
Copy link
Open
Labels
breaking changeThis feature / fix introduces breaking changesThis feature / fix introduces breaking changesenhancementNew feature or requestNew feature or requests: triageSome tests need to be run to confirm the issueSome tests need to be run to confirm the issue
Milestone
Metadata
Metadata
Assignees
Labels
breaking changeThis feature / fix introduces breaking changesThis feature / fix introduces breaking changesenhancementNew feature or requestNew feature or requests: triageSome tests need to be run to confirm the issueSome tests need to be run to confirm the issue
Type
Fields
Give feedbackNo fields configured for issues without a type.
Hello, the session save was made none optional in 3c8d9cb.
But this means with the default session store you send a new cookie with every response even if you change nothing, bloating responses and expire keeps moving forward.
This also makes Redis backed session stores very chatty.
I would like to request this middleware is made optional again.
Thanks.