Experts,

I have a servlet that asks as a proxy.  You access it like
http://myhost/myServlet?url="http://blah...."

the servlet then fetch's the url ("http://blah....")
(using url.openStream().....)

The problem is if the url is a servlet or cgi-bin script that
uses session tracking, it dosesn't work.

The getSession(true) method in the accessed servlet always returns
a new session object.  But if you access the servlet directly it
works fine.

Is there some workaround?  Can I set some header value to make it
work?


Thanks for any input,

mike haberman
[EMAIL PROTECTED]

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to