Details
Description
I'm unable to use url rewriting as fallback for session tracking when cookies are disabled.
The "jsessionid" variable is correctly created after login and contained in the URL until LoginServlet posts "j_username" and "j_password" to the "j_security_check" resource, where it disappears.
Output of LoginServlet:
<html><body onLoad='document.forms["login"].submit();'><form id='login' method='POST' action='j_security_check;jsessionid=7F0028911F22D12A1950ACF3A7346AC4'><input type='hidden' name='j_username' value='admin'><input type='hidden' name='j_password' value='test'></form></body></html>