Re: Sharing session attributes across multiple webapps

2013-02-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Chris, On 2/9/13 7:48 AM, chris derham wrote: > >> I simply need a temporary string that is set during the session >> in one app to still be able to be displayed when the user goes to >> another app. > > > >> Am I missing something obvious here?

Re: Sharing session attributes across multiple webapps

2013-02-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jerry, On 2/9/13 12:04 AM, Jerry Malcolm wrote: > I need to set and read a session attribute across multiple webapps. > I have googled this and have read many answers. The general > consensus is that setting crossContext="true" and/or setting > sin

Re: Sharing session attributes across multiple webapps

2013-02-09 Thread chris derham
> I simply need a temporary string that is set during the session in > one app to still be able to be displayed when the user goes to another > app. > Am I missing something obvious here? Couldn't you try a cookie? Chris -