I have around 10 applications deployed. My requirement is to have a same session for all the 10 applications. I am ready to change the Tomcat code if necessary.
I have enabled SingleSignOn. What i require is, if the SingleSignOn Id is the same then the already created session should be used(a new session should not be created), otherwise a new session should be created. If this is done, i will have only one session across all my applications for a user.
I know that i am going against the spec but still i would like to give it a try. Where should i make a change in the code to achieve this functionality.
Thanks Shanmugam PL
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
