On Tue, 2002-05-21 at 01:34, Benjamin FonzĂ© [benja.be] wrote: > So I suppose it’s URL rewriting, but I don’t see some variables > transmitted… like page.jsp?SESSION_INFO=
It's called 'jsessionid' and it gets there by explicit encoding of the URL. You should check the Java Servlet Specification, which is a public document available from Sun and Java Servlet API documentation (also available from Sun), which explains how it's actually used. Bojan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>