I just want to know how any server generates the JSESSION id is it unique or if server restarted then it will generate the same session id that was previously generated by server
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It is not standard. Every app server might have their own strategy. It is supposed to be unique. Thats it.