Hi,

can you please give me a hint, how to authorize user on few web applications at the same time?

I have:

- EAR
- - WAR 1 (example.com/)
- - WAR 2 (example.com/shop/)
- - ...
- - WAR n (example.com/forum/)


Every WAR is a Spring (+Security) based application. User is authenticated and authorized on WAR 1. When he swithes to any other WAR, he have to pass authentication again. How to bypass it?

Thanks.

- Lsync