Actually, the default value of `framework.session.cookie_httponly` is `false`, which allows javascript to read the sessionId. To improve security, I think, we should add a BC Break by inverting this parameter.