Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to maintain/preserve session between applications on same AS?

Status
Not open for further replies.

TheObserver

Programmer
Mar 26, 2002
91
0
0
US
I have an AS with two applications deployed on it.

One bounces to the other to do a login workflow, stores a user data object in the session, then bounces back to the first application - again, all within the same AS.

I am losing the session data when I bounce back from the second application to the first - the user data object is not there (null) when I try to access it.

Is there any means of preserving or maintaing sessions or session data between applications on the same AS?

Thanks for your time.
 
I don't think you can. Maybe you could deploy everything on the same app or implement some kind of communication mechanism like here

Cheers,
Dian
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top