I have setup a tomcat server for my users to run their own jsp/servlet.
I use 
<Listener className="org.apache.catalina.startup.UserConfig"
            directoryName="public_html" homeBase="/home"
            userClass="org.apache.catalina.startup.HomesUserDatabase"/>

to setup users' application. Everthing seems fine.
Until a user complaint that the session ID is not supported.
I found that 
http://tomcatserver:8080/~user/test.jsp
will automatically converted to 
http://tomcatserver:8080/%7Euser/test.jsp

and the session ID changes everytime I reload the page.
If I hardcode 
http://tomcatserver:8080/~user/test.jsp, the session ID will remain the 
same.
Anyone knows what happened?

I tried on tomcat 4.0.3 and 4.1.10 both of them has the same result.

Grandy

------------------------------------------------------
This mail sent through http://webmail.comp.polyu.edu.hk

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to