Is there a way to make caching two URLs, which differ from only for one parameter posted, as the same URL? I explane better: for squid these 2 following URL
http://192.168.11.233:8180/jetspeed/media-type/html/user/anon/page/default.psml;jsessionid=6B2F55F1C5F68C3EE92B23F7F47DF531.tomcat1
http://192.168.11.233:8180/jetspeed/media-type/html/user/anon/page/default.psml;jsessionid=40FC665911820AD183388EBBE40AD17D.tomcat1
are stored as different object. It's a way to make them the same cached object
http://192.168.11.233:8180/jetspeed/media-type/html/user/anon/page/default.psml ?
Thank you a lot, Matteo Villari