jsf - Jetty ignores <tracking-mode>COOKIE</tracking-mode> -
The first time I open my JSF website in a new private browser (like no previous cookies) ... website Works fine.
If I close the browser and then reopen in a new personal browser (i.e., with previous cookies) JT combines JSESSID for all my links' URLs.
Like
& lt; Script type = "text / javascript" src = "https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js; jsessionid = fsvm4xesy3ht1cu2yzoo080w" & gt; & Lt; / Script & gt;
It seems that problems with the primary Firefox JavaScript components are happening and I can not click on the radio button.
I
& lt; Session-config & gt; & Lt; Session timeout & gt; 1200 & lt; / Session timeout & gt; & Lt; Tracking mode & gt; Cookie & lt; / Tracking Mode & gt; & Lt; / Session-config & gt;
This seems to be a bug in Jetty using JT 8.1.15.v20140411 works fine.
Comments
Post a Comment