AbstractRemoteServiceServlet and RequestFactoryServlet have doPost(HttpServletRequest request, HttpServletResponse response) method. request.getSession() returns a session object.
On Dec 30, 7:13 am, junaid <[email protected]> wrote: > How can i use sessions in GWT,like if there's a welcome page after loged in > ,but the user directly opens the welcome page without logging in by typing > in address bar ,the page shouldnt open.. > also i want to add functionality of inactive ,like after 5 mins of inactive > user automatically logged off > we use sessions for that like session.set and then in session.get ,but where > would i use these stuf in GWT environment > thanks > junaid -- 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.
