[google-appengine] Re: Per Session Datastore

2008-10-23 Thread adrian
I've had the same problem and also got no useful advice on my similar post. So you're not alone. I'm surprised this is not a more common problem or perhaps everyone knows the solution except us. I tried memcache but you need a separate key for each user to avoid that concurrency overlap, and

[google-appengine] Re: Per Session Datastore

2008-10-23 Thread yejun
I wrote a patch to enable beaker session work on webapp. You can get code here. http://appengine-cookbook.appspot.com/recipe/add-session-support-to-webapp/ On Sep 25, 1:11 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: First post related to my first ever app, so watch out. I've had a lot of

[google-appengine] Re: Per Session Datastore

2008-10-06 Thread [EMAIL PROTECTED]
This might help others starting from the cookie-ignorant place I started from. Never got back any advice, so after a whole lot of Googling I ended up putting code like this on my index page: import sha, datetime, time, Cookie, os #Set session ID cookie if one doesn't already