Mike: I'm not an expert about Netscape proxy servers by any stretch of the
imagination but...I imagine given what I understand of session tracking that
would be the source of your problem.  I would guess that each time the proxy
talks to WL, WL thinks that is it a new session and acts accordingly (ie:
you don't get any continuity).

I would love to know how you solve the problem, however, since I am sure I
will run into this problem in the future.

Cheers, Janet

-----Original Message-----
From: Pieck, Michael [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 05, 2001 12:48 PM
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), and then, if
they are authenticated they are redirected to the weblogic server to get the
page they need.

When they then enter form data on that page and hit submit, they access the
proxy server again, which knows they're authenticated, and then they are
immediately passed to the weblogic server.

The weblogic server is what services all our pages - which are, in reality,
all 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).

Have we misconfigured something?  Is it really the proxy causing us to loose
session data or am I looking in the wrong place?  Any thoughts?

Thanks
-mike

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to