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
|
- Re: Session Tracking problem... Liwen Chen
- Re: Session Tracking problem... Jackson Ching
- Re: Session Tracking problem... Liwen Chen
- Re: Session Tracking problem... Thor Heinrichs-Wolpert
- Re: Session Tracking problem... Liwen Chen
- Cookie Problem Andrew Dingfelder
- doPost not working Heakyung Park
- Re: doPost not working Baglan Dosmagambetov
- Re: Cookie Problem Shawn McKisson
- Re: Cookie Problem Andy Dingfelder