RE: session between tomcat and IIS

2002-02-06 Thread colin . madere


Since I just ran into the problem of sharing cookies between IIS and Tomcat,
I noticed this trait:

Tomcat can read cookies set by IIS/ASP, but IIS/ASP can NOT read cookies set
by Tomcat.

(sorry for the not including original message, just subscribed)

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




RE: session between tomcat and IIS

2002-02-06 Thread colin . madere

I should have listed versions and such.  The below situation was found
running:

NT 4.0 SP6, IIS 4, Tomcat 3.3a with NS6 / IE 5.5/6 as client on NT 4 SP6.

 --
 From: [EMAIL PROTECTED][SMTP:[EMAIL PROTECTED]]
 Reply To: Tomcat Users List
 Sent: Wednesday, February 06, 2002 6:10 PM
 To:   [EMAIL PROTECTED]
 Subject:  RE: session between tomcat and IIS
 
 
 Since I just ran into the problem of sharing cookies between IIS and
 Tomcat,
 I noticed this trait:
 
 Tomcat can read cookies set by IIS/ASP, but IIS/ASP can NOT read cookies
 set
 by Tomcat.
 
 (sorry for the not including original message, just subscribed)
 
 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]
 

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




RE: session between tomcat and IIS

2001-01-17 Thread CPC Livelink Admin


Could this be that the JSESSIONID cookie is scoped to the webapp.  IE if
your webapp is called FOO, then only pages below /FOO can get that cookie.
Also, I am assuming you are on the same server, since cookies don't travel
across servers.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 17, 2001 2:58 PM
To: [EMAIL PROTECTED]
Subject: session between tomcat and IIS




Hello,
I'm in a bit of a peckerwood situation here.  Tomcat 3.2.1  Apache is the
preferred apps but I have been told to integrate with an IIS machine.  Ok,
so my
problem is that we create a session w/Tomcat and pass along some credentials
in
the session object.  Everything is well and good except when the page needs
to
go to the ASP stuff.  IIS is happy to create a session/cookie
ASPSESSIONIDGGQQGGED however, if the asp page asks about the cookie
JSESSIONID
(from tomcat), it finds nothing.  Anyone have any thoughts on how to pass
the
data around?  Currently, my non-elegant solution is to use a form with
hidden
fields to post to the asp page and from there, it can decode the form
variables.
What are some other options?

/bill



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]