Are all cookies automatically stored on hard drive once the browser is
closed, or there is some way to specify wheather to store them or not?
Session cookie are not stored, but only cached in memory, right?

Thanks all,
-yc

yu chen wrote:
>
> I am testing a servlet in Tomcat3.2 for Single Sign-on(SSO) to a
> third-party application called Livelink (OpenText). I run the servlet
> which includes some hard-coded user login data, 3 LL cookies were set as
> attached. Then I tried to go to the same Livelink URL from a Netscape
> browser, but I still need to login again, why?
>
> I am on Solaris2.7, I checked the netscape cookies file, but there were
> no LL cookies stored. So those are session cookies? Are they cached
> somewhere on the server? Or on Tomcat? Is that why the session cookies
> are not available to Netscape web server? Can someone explain this to
> me??
>
> > > -----------------
> > > called sso.
> > > Request url: http://host.domain:8000/livelink/livelink
> > > Query: func=ll.login&Username=...&Password=...&CurrentClientTime=
> > > ...
> > > getting headers
> > > Server:Netscape-Enterprise/4.1
> > > Date:Wed, 20 Jun 2001 22:53:58 GMT
> > > Content-type:text/html
> > > Set-cookie:LLInProgress=...; path=/livelink/
> > > Set-cookie:LLCookie=...; path=/livelink/
> > > Set-cookie:LLTZCookie=...; path=/livelink/
> > > Content-length:172
> > >
>
> Thanks!!
> -yc
>
> ===========================================================================
> 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

--
Yu Chen (yuchen)                Sun Microsystems, Inc.
ES Intranet Group/ESAD/ESTO     500 Eldorado Blvd.
[EMAIL PROTECTED]                 Broomfield, CO 80021
(303)272-2749 (O)               M/S UWES01-253
-------------------------------------------------------

===========================================================================
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