Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help problem session "enable rewrite URL"

Status
Not open for further replies.

karimsmaili

IS-IT--Management
Jun 19, 2002
1
FR
hi everybody,
I expose you my problem perhaps there is an websphere 4.0.2 user here ???
i want to use session in my war application without using cookies, so i decide to
rewrite url (response.encodeUrl(String)), i have created an instance server, and activate the "enable rewrite URL" checkbox in the confuguration server.
it doesn't work, each customer access create a new session...... it's not what i expect from a session.
I notice you that with Tomcat everything is ok the process of "rewriting url" replace perfectly "cookies" without any trouble.
thanks for your help.
 
Hi,

The Session Manager only recognizes session IDs that arrive in the URL if the encodeURL method is called in the servlet.

Fearo
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top