Get sessionId on verry first request to the server.

2011-05-13 Thread sergetk
Hi I'm new to the gwt and have following question. I need to get session id on the first request to the server ... When user first tries to load the page, not after some part of the page is loaded. eg( login screen). I would like to have a session id before login screen shows up so when i make

Re: Get sessionId on verry first request to the server.

2011-05-13 Thread khiem nguyen
normally sessionid is set with Set-Cookie header, u'll get it before the page content get loaded, i think you can read it throu Cookies. On Fri, May 13, 2011 at 6:55 AM, sergetk tkatchs...@gmail.com wrote: Hi I'm new to the gwt and have following question. I need to get session id on the