Guys

I had a similar issue when I was using JSF. What I found in my case
was if I set an attribute  (say dummy string "key" "value") on every
request, the other values stored in the session are maintained.

If I dont do that, on every subsequent request in which nothing is
saved in the session, other saved values are dropped (this happens
only on appspot not dev server). This all started when I tried
debugging my code on appspot. But I still can't comprehend why this is
happening.

Try the approach and let me know if it works in your case as well.

On Nov 25, 1:58 am, Rusty Wright <[email protected]> wrote:
> Did you enable sessions?
>
> http://code.google.com/appengine/docs/java/config/appconfig.html
>
> See the section near the end, Enabling Sessions.
>
>
>
> Steph wrote:
> > I also have the same issue when retrieving session objects from a
> > servlet filter, and running in the local sandbox.
>
> > On Nov 21, 10:11 pm, Sanjay <[email protected]> wrote:
> >> Did you solve this problem? I am facing exactly same problem, it would
> >> be nice if you could share the solution if you found one.
>
> >> Thank you
>
> > --
>
> > 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 
> > athttp://groups.google.com/group/google-appengine-java?hl=en.

--

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