An open API service indexing awesome lists of open source software.

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

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.