RE: Session Question

2003-07-04 Thread Andrew Hill
app that both apps connect to. -Original Message- From: Kuma Zuki [mailto:[EMAIL PROTECTED] Sent: Friday, 4 July 2003 15:52 To: [EMAIL PROTECTED] Subject: Session Question In one application, basically I can achieved single sign on and passing data around through the HttpSession objec

Session Question

2003-07-04 Thread Kuma Zuki
In one application, basically I can achieved single sign on and passing data around through the HttpSession object. How can I achieve the same result among different application(Context). Correct me from wrong that I think we can't shared session object among different context. So where can I s

Re: session question

2001-08-08 Thread Troy Hart
ess it as there doesn't seem to be any means of doing so. > > Anyone have any thoughts? > > Simon. > > -Original Message- > From: Jon Crater [mailto:[EMAIL PROTECTED]] > Sent: 07 August 2001 13:47 > To: [EMAIL PROTECTED] > Subject: Re: session question &g

RE: session question

2001-08-07 Thread Craig R. McClanahan
On Tue, 7 Aug 2001, Prior, Simon wrote: > Thanks for the response but I was talking about the ActionForm not the > Action - perhaps I wasn't clear in my earlier post. The reason I am asking > is that I would like to prepare some data for a jsp within an ActionForms > constructor and have the jsp

RE: session question

2001-08-07 Thread Prior, Simon
[mailto:[EMAIL PROTECTED]] Sent: 07 August 2001 13:47 To: [EMAIL PROTECTED] Subject: Re: session question the action form's perform method receives a HttpServletRequest object, which has a getSession() method. call it to get access to the current session. note that getAttribute(String key)

Re: session question

2001-08-07 Thread Jon Crater
rior, Simon" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> Subject: session question Date: Tue, 7 Aug 2001 13:33:31 +0100 Hi all, Does anybody know whether it is possible to access elements on the session from th

session question

2001-08-07 Thread Prior, Simon
Hi all, Does anybody know whether it is possible to access elements on the session from the action form? - outside of the methods reset and validae? Thanks, Simon. For optimum solutions that save you time, visit www.ds-s.com.