HTTP Session Management for Go
Stars
2.5k
Forks
192
Watchers
2.5k
Open Issues
12
Overall repository health assessment
No package.json found
This might not be a Node.js project
257
commits
36
commits
11
commits
9
commits
6
commits
5
commits
5
commits
4
commits
3
commits
3
commits
Update LoadAndSave to panic if there are uncommitted modifications to the session before returning
2060319View on GitHubCalculate idle timeout expiry time in Load rather than Commit; Add Expiry method
481af0aView on GitHubDocument that hijacking is only supported for Go 1.20+
796112fView on GitHubFix superfluous response.WriteHeader bug when ErrorFunc was being called
20477aeView on GitHubFix cleanup goroutine race condition in all remaining stores
a935e24View on GitHubMerge pull request #205 from pete-woods/setup-github-actions
093344bView on GitHubDocument that postgresstore can be used with jackc/pgx/v5/stdlib
fd98100View on GitHub