RES: Trapping timeout of HttpSession

2003-03-19 Thread RODRIGO CARVALHO DOS SANTOS
Hi, You could insert a 'inSession' cookie in the Login, and remove the cookie in Logout. If you receive a request from a user without a valid session, check if the 'inSession' cookie is present and, if is true, redirect to an ExpiredSession warning page. If you want do some cleaning

Using Redirect to another site.

2003-03-09 Thread RODRIGO CARVALHO DOS SANTOS
Hi all, What is the best approach to implement a redirect to another site from a link in my Struts App? Thanks, Rdorigo. * Internet E-mail Confidentiality Footer * Esta mensagem pode conter informações privilegiadas e/ou confidenciais. Caso voce não seja o destinatário ou

RES: Any good sugestions on implementing Security

2003-02-13 Thread RODRIGO CARVALHO DOS SANTOS
We have been using Struts in our company for a while. To deal with authorization in the actions, a guy from our team is implementing the following solution: Deploy a XML file called struts-config-security-ext.xml that maps for each ACTION a sequence of authorization tokens. Extends the Struts

RES: Beans Tutorial

2002-03-28 Thread RODRIGO CARVALHO DOS SANTOS
Hi Tarek, Have you tried http://java.sun.com/j2ee/tutorial/? Rodrigo. -Mensagem original- De: Tarek M. Nabil [mailto:[EMAIL PROTECTED]] Enviada em: quinta-feira, 28 de março de 2002 13:49 Para: Struts (E-mail) Assunto: FW: Beans Tutorial I'll try to post this maybe too