session data

2003-03-08 Thread Peter
hi all is there any technique to find the session data in iplanet webserver that has jsp's and servlets at a particular point of time i.e. value of all httpsession objects Regards Peter ==To unsubscribe: mailto [

Re: session data

2003-03-08 Thread [Mohnish Verma]
Dear Sir/Madam, Our Domain (psl.polarinc.com) has been changed to pil.polarinc.com.Pl send your emails on changed address as pil.polarinc.com instead of psl.polarinc.com For example: if you want to send your email to nk(username)as [EMAIL PROTECTED],now you pl send on [EMAIL PROTECTED] Inconven

losing session data using URLrewriting

2000-01-18 Thread James Skehan
invokes via a form submission. The session data is null. I'm using IIS with ServletExec 2.2 and I'm employing URLrewriting in the case that cookies in the client browser are not supported. My question is why is this session data null? If cookies are supported at the client, this works fin

losing session data using URLrewriting

2000-01-19 Thread James Skehan
invokes via a form submission. The session data is null. I'm using IIS with ServletExec 2.2 and I'm employing URLrewriting in the case that cookies in the client browser are not supported. My question is why is this session data null? If cookies are supported at the client, this works fin

Re: losing session data using URLrewriting

2000-01-18 Thread Joseph W. Albert
Skehan Sent: Tuesday, January 18, 2000 9:44 AM To: [EMAIL PROTECTED] Subject: losing session data using URLrewriting My basic architecture is as follows: servlet -> jsp -> servlet -> jsp In the first servlet, I create a session and place data in it. This data is visible in the following js

FW: losing session data using URLrewriting

2000-01-18 Thread Paul Holser
-Original Message- From: Paul Holser Sent: Tuesday, January 18, 2000 11:23 AM To: '[EMAIL PROTECTED]' Subject: RE: losing session data using URLrewriting > -Original Message- > From: James Skehan [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 18, 2000 8

Re: losing session data using URLrewriting

2000-01-18 Thread Craig R. McClanahan
"Joseph W. Albert" wrote: > To the best of my knowledge, URL rewriting has nothing to do with form > submittal. > That is not the case. What you should do when you are creating your form is something like this: " method="POST"> to ensure that the URL to which you are submitting the form i

Re: losing session data using URLrewriting

2000-01-18 Thread Damian Fauth
"Craig R. McClanahan" wrote: > > That is not the case. What you should do when you are creating your form is > something like this: > > " method="POST"> > > to ensure that the URL to which you are submitting the form is encoded if it > needs to be. Is this correct? Is it now portable across

Re: losing session data using URLrewriting

2000-01-18 Thread Craig R. McClanahan
Damian Fauth wrote: > "Craig R. McClanahan" wrote: > > > > That is not the case. What you should do when you are creating your form is > > something like this: > > > > " method="POST"> > > > > to ensure that the URL to which you are submitting the form is encoded if it > > needs to be. > > I

maintaining session data across multiple web servers

2000-03-28 Thread James Skehan
How can I maintain session data across multiple web servers, because if I go to my web site (using jsp's and sessions) and get allocated one of the available IP's, if the server is busy, I am then allocated another IP, hence losing the session data that already exists at this stage (I

Is session data preserved when using netscape proxy server?

2001-02-05 Thread Pieck, Michael
JSP's. The JSP's use the session object to hold onto attributes between pages. When we don't use the netscape proxy server, the session data works beautifully. However, when we use the proxy as described above, we lose all session data (getAttribute requests all return NULL). H

Re: Is session data preserved when using netscape proxy server?

2001-02-05 Thread Martin, Janet
To: [EMAIL PROTECTED] Subject: Is session data preserved when using netscape proxy server? We are using a netscape proxy server in front of weblogic 5.1 to act as a login authenticator. When users request a particular file they first hit the proxy server (which prompts them for username/password)