I have found it happened because of not blobstore but flash. I use uploadify to upload files, and it doesn't bring the local cookies to the server, so the session is gone. thank you .
On Wed, Apr 14, 2010 at 12:34 AM, pyleaf <[email protected]> wrote: > I use app-engine-patch for managing my app'session in GAE, because of > django. > The session is Ok anywhere but when I upload files to the function > which saves the files with blobstore of gae.I printed the request, and > found there was no 'session' in it. > I am new in GAE, pleases help. Thank you. > > BTW: I know when I upload files, the call from the client will > triggers an Internal redirection.So, I guess the session is gone after > the redirection. -- Believing is Everything. -- 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.
