I'm struggling with a problem that probably has an easy solution. When cookies are disabled, if the first action on viewing the site is an AJAX request, it fails because the jsessionid hasn't been written into the URL. I notice that on other sites (such as wicketstuff), this doesn't happen because the first request gets a "302" (Temporarily Moved) to a URL that includes the jsessionid. Is this being done by the servlet container (I'm using Jetty), or is it handled elsewhere in the stack?
One workaround to this problem is to setGatherExtenededBrowserInfo(true), but that results in the temporary display of an error page, which freaked out my boss. Any ideas how to best handle this? Thanks, and sorry if this has been discussed before. I searched in vain. -Don --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org