Saturday, April 30, 2011

Re: getting seesion in client class

server maintains application-state, sessions. client doesn't have anything to do with it. if you want to deal with session stuffs at client code, it must me something conceptional wrong here

On Sat, Apr 30, 2011 at 12:04 PM, Stefan Ollinger <Stefan.Ollinger@gmx.de> wrote:
You need to create the session explicitely on the Server Side. Servlet filters are nice for this, since you can map them to wildcard urls.

Regards,
Stefan


Am 30.04.2011 10:20, schrieb Vik:

Hie

How to get a handle to session or create if session is not existing in entry point class ? Plz advise


Thankx and Regards

Vik
Founder
http://www.sakshum.org
http://blog.sakshum.org
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.


--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment