If you task is in memcache or datastore or both then either way you will have a key. When launching the task make the key one of the items in the payload.
If you are using cookie only based session objects then you are going to have to include the contents of the session cookie(s) in the payload Rgds T On Oct 9, 2:48 am, Jeff Schwartz <[email protected]> wrote: > I need to develop a task that can access a user's session to obtain a list > of objects. Is this possible within a task meaning do tasks know about > Session state and are they tied to the session of the user from which they > are called? If not, can I somehow pass the user's session via the payload or > is there some other way to accomplish this? I imagine that this is a common > use case, correct? > > Thanks in advance. > Jeff -- 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.
