let say in tomcat application server we deployed 2 web applications , web application A, web application B. How to pro-grammatically sync session from web application A to web application B . In other words, as long as user login to web application A, he is already login to web application B. As well when he log out.
let say in tomcat application server we deployed 2 web applications , web application
Share
You may check Sharing session data between contexts HOW-TO to see if it solves your problem.