-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. If session doesn't change, which is most of the case, it should't …
…Set-Cookie all the time. So that nginx can do proxy cache correctly. 2. Using map for session store make it impossible to compare old cookie and new cookie are the same. because of map are random accessed.
- Loading branch information
Showing
1 changed file
with
85 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters