Hi Isomorphic:
I'd have to add HttpOnly to JSESSIONID, but I do not how to set somewhere in Smartgwt?
Current:
Set-Cookie: JSESSIONID = zp9detwq58xm1hwkzkq76nzbp; Path = /; Secure;
After:
Set-Cookie: JSESSIONID = zp9detwq58xm1hwkzkq76nzbp; Path = /; Secure; HttpOnly
Thank you in advance.
I'd have to add HttpOnly to JSESSIONID, but I do not how to set somewhere in Smartgwt?
Current:
Set-Cookie: JSESSIONID = zp9detwq58xm1hwkzkq76nzbp; Path = /; Secure;
After:
Set-Cookie: JSESSIONID = zp9detwq58xm1hwkzkq76nzbp; Path = /; Secure; HttpOnly
Thank you in advance.
Comment