I have a page that issues an HTTP redirect. I need to add the current session identifier (jsessionid) at the end of the HTTP redirect to pass that identifier as a GET parameter in the redirect.
Can mod_header Header appendset cookie value through SetEnvIf?
Should I correspond sooner? But mod_rewritejust rewriting the request is not the answer, right?
How do you solve this from the point of view of Apache without touching the internal code?
Update: Apache-JVM is being processed either by mod_jk OR through an IBM HTTP Server connection with WebSphere.
source
share