Re: Can't access session id

2004-03-04 Thread Frank Burns
t;Tim Funk" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Thursday, March 04, 2004 1:12 AM Subject: Re: Can't access session id > You need to use the pageContext implicit object. > session id = > > -Tim > > Frank Burns wrote:

Re: Can't access session id

2004-03-03 Thread Tim Funk
You need to use the pageContext implicit object. session id = -Tim Frank Burns wrote: I need to access the session id from within a JSP and pass it, explicitly, to a Flash-based client. I am using the following code fragment as part of my JSP, but the value returned for the session id is always

Re: Can't access session id

2004-03-03 Thread Justin Ruthenbeck
the best way to access the session id? - Original Message - From: "Ed Bicker" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Wednesday, March 03, 2004 10:25 PM Subject: RE: Can't access session id > I think the "out"

Re: Can't access session id

2004-03-03 Thread Frank Burns
So what is the best way to access the session id? - Original Message - From: "Ed Bicker" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Wednesday, March 03, 2004 10:25 PM Subject: RE: Can't access session id > I think the

RE: Can't access session id

2004-03-03 Thread Ed Bicker
or the sessionScope field is not correctly indexed. -Original Message- From: Frank Burns [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 03, 2004 5:07 PM To: Tomcat Users List Subject: Can't access session id I need to access the session id from within a JSP and pass it, explicitly

Can't access session id

2004-03-03 Thread Frank Burns
I need to access the session id from within a JSP and pass it, explicitly, to a Flash-based client. I am using the following code fragment as part of my JSP, but the value returned for the session id is always blank. Am I doing something wrong? <[EMAIL PROTECTED] contentType="text/xml" session="