On Thu, Aug 15, 2013 at 4:38 PM, Nelson Paz y Miño <[email protected]>wrote:
> Vinny, I have this in my appengine-web.xml file: > > <sessions-enabled>true</sessions-enabled> > <async-session-persistence enabled="true" /> > > > Still fails, will check with the session information. Thanks a lot, I may > need your help if still fails. > > Writing session data asynchronously delays the writing, so the second servlet may not be getting the most up-to-date version of the session. Try deleting the second line (the async-session-persistence line, but NOT the sessions-enabled line). ----------------- -Vinny P Technology & Media Advisor Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
