Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused methods on SessionHandler #5280

Closed
janbartel opened this issue Sep 16, 2020 · 0 comments · Fixed by #5303
Closed

Remove unused methods on SessionHandler #5280

janbartel opened this issue Sep 16, 2020 · 0 comments · Fixed by #5303
Assignees

Comments

@janbartel
Copy link
Contributor

jetty-10

I don't think these methods are used and so should be removed:

/**
* @return true if the cluster node id (worker id) is returned as part of the session id by {@link HttpSession#getId()}. Default is false.
*/
public boolean isNodeIdInSessionId()
{
return _nodeIdInSessionId;
}

/**
 * @param nodeIdInSessionId true if the cluster node id (worker id) will be returned as part of the session id by {@link HttpSession#getId()}. Default is false.
 */
public void setNodeIdInSessionId(boolean nodeIdInSessionId)
{
    _nodeIdInSessionId = nodeIdInSessionId;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant