OS : win98 TOMCAT : 3.2.3 I cant seem to use a path sessionid for a non-cookie enable browser. here is an example url that get sent to tomcat
http://sylvain:9090/wap/menunewtask.jsp?;jsessionid=2w84ctnex1 the sessionid is obtained like this : <%= session.getId() %> In order to debug this I added the following lines to the header.jsp file that all my pages include : //--------------- Date dateHeader = new Date(); System.out.println(dateHeader.toString() + " SessionID : " + session.getId()); //----------------- A call to menunewtask will result in a new session id. What am I doing wrong??? Sylvain -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
