You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Mikolaj Rydzewski <mi...@ceti.pl> on 2006/11/10 08:14:22 UTC

SSO and session security

Hi,

There's a server running Tomcat and Struts applications. Works perfectly 
fine ;-) I'd like to deploy now second application, very similiar to the 
first one. There's high chance of struts form-beans' names being the 
same in both of the apps. Those form-beans are mostly session scope.

Would it be a problem if I enable single sign-on for the server? Would 
my apps overwrite each other's session form-beans?

-- 
Mikolaj Rydzewski <mi...@ceti.pl>


Re: SSO and session security

Posted by Mark Thomas <ma...@apache.org>.
Mikolaj Rydzewski wrote:
> Would it be a problem if I enable single sign-on for the server? Would
> my apps overwrite each other's session form-beans?

The web application sessions will remain separate.

Mark

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org