How to have unique session ID
843842Jan 22 2010 — edited Jan 25 2010I have in house developed website.....when open one JSP page i get the session ID lets say 1234 then I put some variable in this session to use later on as i ma using the ajax.
What happened is if meanwhile opened this website in in another internet explorer I do get the new session ID but if went to the one the website page then it start using the 1234 session ID and the first screen which i was using lost all the data of the session stored in 1234.
My question do we have any way in which we can set the session ID manually so that whatever happens i can get the session id and the stored data in it or do we have any alternative on this.