--

Is there a way to get JServ to automatically trim the JServSessionId
entry off the end of the query string?

I am using a number of query strings that do not follow the standard
key=value&... pattern, so the added piece gets in the way. Trimming
based on lastIndexOf("JServSessionId") works, but I can not think of any
condition where the servlet needs to read the session id from the query
string.

Thanks,
Chris


--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
READ THE FAQ!!!!     <http://java.apache.org/faq/>
Archives and Other:  <http://java.apache.org/main/mail.html/>
Problems?:           [EMAIL PROTECTED]

Reply via email to