>From my minute experience in dealing with session sharing between these two, I would say you'll have to use a hack or spend quite a long time devising something that's remotely graceful. For my short work, when I set values that need to be shared on one end, I forward the request (after processing) to the other side of the fence with the value to set. Maintain a session/cookie/whatever on each side with duplicate data. I am NOT using this for a production situation... just a demo that happens to use ASP and Servlets.
I would suggest dumping IIS or don't use any of it's session capabilities. > ---------- > From: Pavel Brun[SMTP:[EMAIL PROTECTED]] > Reply To: Tomcat Users List > Sent: Saturday, February 09, 2002 10:48 AM > To: Tomcat User > Subject: Session Management between IIS and Tomcat > > I have already posted this question a while ago, but I was wondering if > anybody knows > of a mechanism for sharing an IIS session with Tomcat and vice versa? I > would greatly > appreciate any information anyone can give me. Even if there is no > solution, > I would > appreciate someone telling me that "it is not possible", or "it would be > difficult". > > Even those answers will help me. > > Thanks > > Paul > > > -- > 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]>
