Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 5693 invoked by uid 500); 4 Apr 2001 05:26:05 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk Reply-To: tomcat-user@jakarta.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 5686 invoked from network); 4 Apr 2001 05:26:04 -0000 Received: from ntp.alcanet.com.au (HELO netau1.alcanet.com.au) (203.62.196.27) by h31.sny.collab.net with SMTP; 4 Apr 2001 05:26:04 -0000 Received: from mfg1.cim.alcatel.com.au (mfg1.cim.alcatel.com.au [139.188.23.1]) by netau1.alcanet.com.au (8.9.3 (PHNE_22672)/8.9.3) with ESMTP id PAA03005 for ; Wed, 4 Apr 2001 15:25:44 +1000 (EST) Received: from aals27.alcatel.com.au by cim.alcatel.com.au (PMDF V5.2-32 #37640) with ESMTP id <01K208Z8HK1SRVZVPN@cim.alcatel.com.au> for tomcat-user@jakarta.apache.org; Wed, 4 Apr 2001 15:25:40 +1100 Received: from alcatel.com.au (cirb507322.dhcp.alcatel.com.au [139.188.28.179]) by aals27.alcatel.com.au (8.8.8+Sun/8.8.8) with ESMTP id PAA27764 for ; Wed, 04 Apr 2001 15:25:35 +1000 (EST) Date: Wed, 04 Apr 2001 15:24:13 +1000 From: Ganfeng Lu Subject: IIS & tomcat session problem To: "tomcat-user@jakarta.apache.org" Message-id: <3ACAAFFD.DA34C59C@alcatel.com.au> MIME-version: 1.0 X-Mailer: Mozilla 4.73 [en] (WinNT; U) Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7bit X-Accept-Language: en X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Hi, I am trying to use tomcat3.2.1 together with IIS5. Everything works fine except the session. In my project - my first one in tomcat, logon.jsp will keep the user logon infomation in Session and redirect user to menu.jsp. Menu.jsp will then check the logon info before doing any actual work. If it can not find the necessary Session info, it will redirect user back to logon.jsp. All these work fine under Tomcat. But when I turn to IIS & Combination, I found every time when logon, I could not be redirected to menu.jsp. Seems like they use different Seesion?? Can anyone give me a hint to resolve this problem? thanks in advance.