RE: priority of session cookie and url rewriting

2008-01-21 Thread Daniele.Ulrich
Thank you Mark for the hint with the bug database; I think next time I will check it before I loose too much time... I'd prefer to have the patch like // Parse session Id from cookies if context allows it if (request.getContext().getCookies()) parseSessionCookiesId(req

priority of session cookie and url rewriting

2008-01-20 Thread Daniele.Ulrich
We have two web applications: one (A) is using session cookies the other (B) is using url rewriting. The first access to the B is always done via A (request by HttpClient). For an upload form the architects (unfortunately?) switched from this approach to a direct call to B. In this case we have a