https://github.com/benadida/sessionlock
preventing session hijacking without using SSL
https://github.com/benadida/sessionlock
Last synced: about 1 year ago
JSON representation
preventing session hijacking without using SSL
- Host: GitHub
- URL: https://github.com/benadida/sessionlock
- Owner: benadida
- Created: 2010-02-05T20:11:11.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2010-02-05T20:16:08.000Z (over 16 years ago)
- Last Synced: 2025-05-20T15:12:16.803Z (about 1 year ago)
- Language: Python
- Homepage: http://ben.adida.net/projects/sessionlock/
- Size: 109 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
SessionLock, as per
http://ben.adida.net/projects/sessionlock/
requires Cherrypy 3 and Cheetah Templating 2
MUST be run so as to present both SSL and non-SSL interfaces on standard ports (80 and 443),
modify config files appropriately from localhost to your hostname.
This is demo code.