I using Openjdk 7 and JBoss 7.
I can use sessions with cookies good. Some of clients have not ability to use cookie so i need to pass session id to server via URL. When i try to do so, session can't be initialized (i turned off cookies to test). I used different variables in url to pass session id like: sessionID, jsessionid, sid, but no one helped to initialize session by provided id.
So the question is what variable should contain session id in url when client can't use cookies, and how to setup jboss server to accept session id from url?