Solved the issue! This was caused localy only be because the request used not 127.0.0.1 but the name of my machine thus was creating a new session!
On Tuesday, May 22, 2012 8:32:19 AM UTC+3, savilak wrote: > > I use BlobStore to store excel files as per Ikai's sample > ( > http://ikaisays.com/2010/09/08/gwt-blobstore-the-new-high-performance-image-serving-api-and-cute-dogs-on-office-chairs/#comment-530 > ). > > I use facebook to authenticate my users and I keep the user name at a > session variable. > The blobstore upload servlet creates a new session and the user name is > not accessible any more (why is this happening?). > Ikai on his sample uses UserServiceFactory, which works only with Google > Users authentication (is this correct?). > > How can I overcome this issue? > > I would much appreciate some feedback on the issue. > > > > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/F16bEEIF1VsJ. 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.
