You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@knox.apache.org by "Kevin Minder (JIRA)" <ji...@apache.org> on 2014/02/20 22:33:20 UTC

[jira] [Commented] (KNOX-269) flag the session cooke is httpOnly

    [ https://issues.apache.org/jira/browse/KNOX-269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13907533#comment-13907533 ] 

Kevin Minder commented on KNOX-269:
-----------------------------------

Looks like all that should be required is to have these two attributes added to the shiro.ini
shiroSecurityManager.sessionManager.sessionIdCookie.Secure = true
shiroSecurityManager.sessionManager.sessionIdCookie.HttpOnly = true


> flag the session cooke is httpOnly
> ----------------------------------
>
>                 Key: KNOX-269
>                 URL: https://issues.apache.org/jira/browse/KNOX-269
>             Project: Apache Knox
>          Issue Type: Bug
>          Components: Server
>    Affects Versions: 0.3.0
>            Reporter: Dilli Arumugam
>            Assignee: Dilli Arumugam
>             Fix For: 0.4.0
>
>
> Knox, at present, leverages JSESSIONID as session cookie,
> This needs to be flagged as httpOnly.
> Please see
> https://www.owasp.org/index.php/HttpOnly
> for some context on httpOnly flag.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)