This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
I need to implement URL rewriting in Struts 2. The requirement is that cookies be disabled and so this method is required. I am at the point where I am able to get the session Id and I can store that as a hidden field within a form or append it to a URL. When I go to submit that value the session is not being restored in the action and a new session is created. If I enable cookies it works just fine, unfortunately that is an unacceptable solution.
I have tried to create links as the following as these are examples I have seen elsewhere, none of them work: