Description
PageRenderer#getSessionId() should check for existence of a Session, otherwise session could creates multiple types.
For example if we mount home page, and starts an app, it will creates session 2 times, because of redirect, I think.
PageRenderer#getSessionId() should check for existence of a Session, otherwise session could creates multiple types.
For example if we mount home page, and starts an app, it will creates session 2 times, because of redirect, I think.