I am using shiro for session management. When I get the sessionID in server side it is something like this:
node0sicwaberf0z59o8qpehfpasf6
However, when I check the JSESSIONID in my browser this value is saved as:
node0sicwaberf0z59o8qpehfpasf6.node0
What exactly is this .node0 and why is this appended to the end of sessionID
It is also worth mentioning that I am using jetty 9 as my web server.