Hi,
 I have authentication working without problems on a web application.
 But my application is splinted on many WAR files.
 The pages on each module link to other modules.
 So the page http://host/module1/mypage.jsp can link to http://host/module2/otherpage.jsp.
 But if the user is authenticated on module1 and click on the link to the page on module2 it ask the user to authenticate again.
 How can I fix this ? I want the user to authenticate just once, and this will be used on all WARs until it logouts.
 Any help ?
Danilo.