gae-sessions
gae-sessions copied to clipboard
Fast, lightweight Sessions middleware for Google App Engine (secure cookies, memcache, or datastore)
Thanks for the useful code! I've made this modification to add ndb support; feel free to take it if you like.
I just cloned the repo and ran `nosetest .` inside the `tests` directory. Here's a stacktrace of the failure: ``` Traceback (most recent call last): File "/Users/john/.virtualenvs/collabspot/lib/python2.7/site-packages/nose/case.py", line 197, in...
I like gae-sessions, and I have made some great improvements in my fork: https://github.com/MikeBrooks/gae-sessions As a cryptographer the use of MD5 bothers me because it is a broken primitive. Although...
I had some troubles using webapp2_extras session with ferris3 and found gae-sessions. It's great for my purposes. I'm using pip and a requirements.txt to keep other python modules up to...
Hi David, This is the setup.py I've talked to you earlier today. Please insert your email address in it (or drop that line completely). Let me know what you think....
Fix the provided examples so that they run with the latest Google App Engine SDK.
Makes HMAC comparison to avoid potential timing attacks. A timing attack would allow an attacker to "craft" (trough a series of requests) a valid HMAC for any cookie. Here is...
`Set-Cookie` headers do not interact well with many HTTP-caching strategies. This changesets makes it easy to avoid generating session Information and thus `Set-Cookie` headers for certain paths. E.g. ``` app...
(efficiency)Session id length cut in more than half (efficiency)timestamp in SID has been reduced form 10 bytes to 4 bytes with bit packing (efficiency)add a cron job to the demos...
 i put gaession in lib folder and used at runtime Get Error below 