We have a legacy web application (consisting of 5 modules) running in tomcat 6 and trying to integrate with HDIV. User will be authenticated from module-1, created a cookie for session token and securing other modules by using filter to validate user by using cookie and authentication information from application cache.
Created separate hdiv-config.xml and same is configured through web.xml in respective modules.
In this scenario how to configure start page urls? If we restricted to login page, other modules are inaccessible. If we configure allow all pages as start pages HDIV is not including _HDIV_STATE_ param to protect from CSRF.
Looks like each module using its won HTTP Session.
We want to protect all modules from cross site request forgery (CSRF), please advice on same.
Thanks, Suresh