Hi, I have a question regarding sharing authentication between different applications (java & non-java). I'm familiar with JAAS, but it only works if both applications are J2EE application. I guess this would be geared towards something like a single sign-on functionality. Any elegant solutions out there?
Additionally, according to J2EE spec, is it true that session could be shared between different web applications (WAR) in the same enterprise application only (EAR)? Or is this application server specific implementation, and J2EE spec does not allow sharing of session between different web apps? I've googled this and I got conflicting answers. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Java EE (J2EE) Programming with Passion!" group. To post to this group, send email to java-ee-j2ee-programming-with-passion@googlegroups.com To unsubscribe from this group, send email to java-ee-j2ee-programming-with-passion+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/java-ee-j2ee-programming-with-passion?hl=en -~----------~----~----~----~------~----~------~--~---