Re: Transfer user to login page on session timeout

2008-05-08 Thread Vivek Rana
Hi, You should be able to use servlet filters to block the request from going to the actions: http://java.sun.com/products/servlet/Filters.html I would do it your way and check for timeout by checking for the presence of session objects. There may be better ways, but I can't think of any o

Re: double mails

2008-04-17 Thread Vivek Rana
Could it be that you've registered twice under different email addresses and the second email server is set to forward the mails to the first? :) Lalchandra Rampersad wrote: Most posts arrive to my mailbox twice. Does anybody know why? Saludos Lalchandra -