I have a unique situation that maybe someone out there knows more about than I do.

I have two war file deployed in a single ear. In the first war I have a Controller that sets some session attributes. The result view links to another Controller on my second war. When this controller is accessed, all the session variables have been erased. The session id is the same on both controllers so I don't understand why the attributes are gone.

Any ideas?

Thanks