关于apache2.2的proxypass问题
apache2.2.9
配置其中一段
ProxyPass /a/ ajp://localhost:8009/test/
ProxyPassReverse /a/ ajp://localhost:8009/test/
ProxyPass / ajp://localhost:8009/
ProxyPassReverse / ajp://localhost:8009/
用ie访问表现如下:
1.访问http://xxxxx/test 打开页面,连续刷新多次,sessionID不变
2.访问http://xxxxx/a 打开页面,连续刷新多次,每次sessionID都会变
求解释。以及解决办法(期望http://xxxxx/a打开刷多次时sessionID不变),非常感谢。