Single sign-on
Hi all,
I齰e got two different applications deployed at an unique weblogic server instance.
If a user validates his access in one of those applicationes, he must have the possibility of "jump" to the other application without another validation.
The EJBs are over the applications, they are deployed at the weblogic server EJB齭 container, isn齮 it?
So, can I use a stateful EJB as the way of share validation齭 information between those two applications?
(a single sign-on problem)
Any other solution?
Any design pattern to apply?
Thankx in regards.

