I have 2 Java EE applications which need to share some common user related data of a logged in user.
Is there anyway by which I can store this data in the session from one application and retrieve that data in a second application? I.e. something similar to sticky sessions in .NET.