I am really interested in oauth authentication. Can you post pieces of
your code to explain how did you do to integrate with the GAE session?

Thank you

On Aug 29, 6:12 pm, Anders <[email protected]> wrote:
> I think I have solved it now. The application passed an object from a third
> party library in a GAE session attribute. Sometimes when the object was
> retrieved from the session attribute it didn't work (often it worked but not
> always)! Now the application creates a new instance instead of passing it in
> a session attribute and so far it's working all the time. Something to do
> with the serialization/deserialization of the object put into the session
> perhaps, or that using an old instance sometimes failed and that a new
> instance is needed in this case.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" 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-java?hl=en.

Reply via email to