Hi, friends, I got a problem about Session Tracking in Servlets:
 
When user disable cookie, we cannot using HttpSession to pass SessionID around servlets. Everytime,
the SessionID is a new one for the request. The alternative way is using URL rewriting, as suggested by
some books. My problem is: can I do it without using URL rewriting? I want to do so because URL
rewriting has some disadvantages like lack of security...
 
Thanks for your consideration!
 
Regards
Liwen

Reply via email to