Re: Automatic logout feature

2009-04-21 Thread Arthur Kalmenson
/servlet/http/H... http://java.sun.com/products/servlet/2.2/javadoc/javax/servlet/http/H...()http://java.sun.com/products/servlet/2.2/javadoc/javax/servlet/http/H... That should be enough to let you implement the automatic logout feature Cheers, Salvador On Apr 20, 10:13 am, Mark

Re: Automatic logout feature

2009-04-20 Thread Salvador Diaz
is imperative. I want to implement an automatic logout feature if the application does not receive activity for n - minutes Help out Mark --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group

Re: Automatic logout feature

2009-04-20 Thread Mark
wrote: Hi All; I earlier requested help in regard tothe above subject but i have waited in vain. I am new to GWT and I am working on a data critical application where security is imperative. I want to implement an automatic logout feature if the application does not receive

Re: Automatic logout feature

2009-04-20 Thread Salvador Diaz
/HttpServletRequest.html#getSession() http://java.sun.com/products/servlet/2.2/javadoc/javax/servlet/http/HttpSession.html#isNew() That should be enough to let you implement the automatic logout feature Cheers, Salvador On Apr 20, 10:13 am, Mark cattaba...@gmail.com wrote: I like the second

Re: Automatic logout feature

2009-04-20 Thread Mark
://java.sun.com/products/servlet/2.2/javadoc/javax/servlet/http/H... That should be enough to let you implement the automatic logout feature Cheers, Salvador On Apr 20, 10:13 am, Mark cattaba...@gmail.com wrote: I like the second option because i love being fancy :=) How do i create

Automatic logout feature

2009-04-19 Thread Mark
Hi All; I earlier requested help in regard tothe above subject but i have waited in vain. I am new to GWT and I am working on a data critical application where security is imperative. I want to implement an automatic logout feature if the application does not receive activity for n - minutes