Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:22:37 +08:00
commit c0c58d8972
8 changed files with 159 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# References
Bundled resources for session-security-checker skill
- [ ] session_security_best_practices.md: A document detailing session security best practices, including secure session ID generation, proper session expiration, and the use of secure flags.
- [ ] owasp_session_management_cheat_sheet.md: A reference to the OWASP Session Management Cheat Sheet, providing comprehensive guidance on secure session management.
- [ ] example_session_implementation.md: Example code snippets demonstrating secure session implementation in various languages (e.g., Python, JavaScript).