You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[feat] Delete store file when cookies max-age <= 0 (#93)
* Delete store file in case if cookies max-age < 0
* Improve the file path definition in erase function
* Protect the session file with mutex in delete func
* Delete filesystem session if max-age is <= 0
* Add tests for filesystem store delete function
* Extend the doc with the file session deletion.
* format source code in store_test.go
0 commit comments