Dariusz schrieb:
> - User logs in
> - User in database, save user object in HttpSession (works)
> - Forward to page /account and read the HttpSession (not working)

The session is found by a cookie. If the browser forbids the
use of cookies, the server is screwed.

> The weird part is here. If I run it on my local machine (http://
> localhost:8080/myApp) it's working fine and I can set and read the
> session through my entire application.

Localhost is running within a different security setting, so
the use of cookies might be allowed.


Regards, Lothar

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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-web-toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to