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 login request I pass the
sessionId with it.

Regards .

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



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  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 login request I pass the
 sessionId with it.

 Regards .

 --
 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+unsubscr...@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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.