Mathias Herberts wrote:
Oops I forgot one thing the 'ajp.patch' does. It introduces a new
parameter 'stickycasesession' which is just like 'stickysession' but
is case insensitive. This is needed as the servlet spec says the
session cookie must be named JSESSIONID but the URL rewriting scheme
must use jsessionid, thus if we want to detect sessions in both URL
and Cookies we need to do case insensitive comparisons when looking
for route info.


-1.
The soulution is to add the
stickysessionpathid=";jsessionid"

Anyhow, IMO we should rename the
stickysession to stickysessionid.
The current param name only confuse the users.

Regards,
Mladen.

Reply via email to