Mladen Turk wrote:
...
or perhaps a different notation ...
stickysession=Cookie:JSESSIONID stickysession=Env:MYSESSION
I like that much more - these "flags" like "[C]" rather raise questions
like
"can I add multiple of them?".
What about this?:
"stickysession"
The attribute can occur multiple times within a Balancer directive.
The session identifier is searched in the sequence of the occurrence of
these attributes.
Each value modifier can be preceded by one of the modifiers
"(Cookie|Path|Env)" followed by a colon,
meaning that the identifier is only searched as a Cookie, an URL path
element or in
the environment.
Without a modifier, the identifier will be searched in both the path and
the cookie. (backward compatibility).
The search for the identifier is case-sensitive.
Regards,
Georg