J2EEGeneral J2EE (Java 2 Enterprise Edition) discussions. Questions not specific to EE will be redirected elsewhere.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the J2EE section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
I need to hide the session id displaying in the browser address bar when user navigates from one page to other.
I am working on servlets and struts .How to hide the session id .
Any one plz help me.
Like Jon Emerson said, you can use cookies to handle session. But the drawback is that sometimes users might disable accepting cookie from their browsers for security reason, in that case it would not for you.