Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    I have a question about cookies.

    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.

    #2
    The JSessionId cookie comes from Tomcat (or other servlet containers) not from SmartGWT. Please see your servlet engine’s documentation for how to modify this cookie.

    Comment

    Working...
    X