Hello,

im thinking about how to handle user-sessions.
As i can remember there is the possibility to use HTTPSession
(Servlet).
Is this recommendable? Or is it a better idea to use an own solution?

Im thinking about storing the session-id in a NoSQL database named
redis.
The session id will be generated on the server-side and holded at the
client side.
For each request the session will be send to the server (rpc-call).
Thats my auth-process.
What do you think?

-- 
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