Hello, I still have the problem to make IIS 5.0/Tomcat 3.2.1 passing session variables. Even I can't pass the form input to next page. I guess something wrong with my settings, but I don't know where it is. I tried following: 1. I tried to use two simple jsp pages to pass session variables. it didn't work. 2. I tried to use a bean. But scope of application worked and scope of session didn't work. 3. I tried to accept the input from previous page using request object and didn't work. Then what is wrong? Thanks, Jack
