TheObserver
Programmer
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.
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.