I am trying to implement a session store which needs to re-set the timeout each time a visitor hits my site.
In the docs it says we can adjust time "relative number of seconds from current time"; I interpret this to mean that we can reset the time say it was originally created with a timeout of 20 minutes, then a user comes back 9 minutes later we can then reset the time back to another 20 minutes...etc. How can this be achieved since it appears that time is an 'attribute' rather than a 'key'? If someone can post an example that would be helpful; or, if there is a better way to implement sessions "with timeouts" than using memcache I would appreciate your advice. - e --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
