You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Ganfeng Lu <Ga...@alcatel.com.au> on 2001/04/04 07:24:13 UTC

IIS & tomcat session problem

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.