Create our Own Cookie
Instead of using App Engine sessions, create our own cookie instead. This cookie contains all of the session state itself, encrypted and mac’d so that the end-user cannot tamper with it. The cookie itself is constructed using Google’s Protobufs code and encrypted with the Keyczar library Change-Id: Icde67c34bd3828a488876f6a1c0800fb86d7e7b2
Showing
This diff is collapsed.
This diff is collapsed.
File added
Please register or sign in to comment