You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shiro.apache.org by "Francois Papon (Jira)" <ji...@apache.org> on 2019/10/23 12:40:00 UTC

[jira] [Assigned] (SHIRO-623) Session Management Page - Strange code in documentation

     [ https://issues.apache.org/jira/browse/SHIRO-623?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Francois Papon reassigned SHIRO-623:
------------------------------------

    Assignee: Francois Papon

> Session Management Page - Strange code in documentation
> -------------------------------------------------------
>
>                 Key: SHIRO-623
>                 URL: https://issues.apache.org/jira/browse/SHIRO-623
>             Project: Shiro
>          Issue Type: Documentation
>            Reporter: Kamal
>            Assignee: Francois Papon
>            Priority: Major
>
> On this page:-
> http://shiro.apache.org/session-management.html#session-storage
> I imagine this:-
> {code}
> Serializable sessionId = //get from the inbound request or remote method invocation payload Subject requestSubject = new Subject.Builder().sessionId(sessionId).buildSubject();
> {code}
> Should be this:-
> {code}
> Serializable sessionId = Subject requestSubject = new Subject.Builder().sessionId(sessionId).buildSubject();  //get from the inbound request or remote method invocation payload 
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)