It's easier for us to help you if you provide us with more details
about your problem.
Do you have a mutable object stored as attribute in your HttpSession?
In that case be sure to call setAttribute again if you change the
object.
As long as you have only one server your code will work but in a
clustered environment the HttpSession state replication between
servers do not know that you have changed your object.
So every time you change your object you have stored as attributes in
your HttpSession, you have to "inform" the HttpSession about it by
calling setAttribute.

Hope it helps
Dick Larsson
http://www.amantech.se



On 25 Dec, 00:38, amos bukobza <amos...@gmail.com> wrote:
> hii everyone
> today i upload my first app
> (chess game)
> and i have some issue
> i save a session object and its works fine
> but he didnt recognize things
> its feels like the method not worl properly
> but they are in local server
>
> u have any idea?

-- 
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 google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to