Hi all, I a'm rather new in the use of struts so please be gentle even if my question seems obvious :)
I'm workin on the possibility to use electronical identity card in Beligium. A user can use this card for authentication on web application. For that the web application detect if the user is already authenticate. If not it's save the context of the web application and give it to another web application(and so save it in the session) which manage the authentication. Once the authentication is done this authentication web application come back to the first web application. For that, I need to redirect the user on an apache server and establish a ssl two ways connection(via https). Then the authentication web app verify if the user is allow to continue. If it's the case, the authentication web app must comme back to the first web application. For that I have made a redirection in a struts action like this: af.setPath("https://43.22.21.31/Authentication/test.do"); af.setRedirect(true); return af; The problem is that by doing that I loose my session and so the context of my first application. How can I transmit the context of my first web application when I make a Redirection? Thanks in advance and sorry for my english.. When it has finish, Claude Libois [EMAIL PROTECTED] Technical associate - Unisys --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]