----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
Hi,
... sorry, your reply doesn't compute. I've been trying to explain that the system
over here does not do what you say it does or should do.
a. "If it is a POST request, then it is passed on the
input stream vs being passed within the QUERYSTRING"
Yeah, we know GET should encode the parameters in the QUERY_STRING.
What I'm trying to tell you is that at the server side the QUERY_STRING does NO
LONGER - AND I REPEAT NO LONGER - contain the session parameter with GET
according to the servlet which processes the request, while the form action itself
DOES contain the session identifier in the QUERY_STRING. The host apparantly
never sees the session data. In the case of other parameters encoded in the
QUERY_STRING, they just disappear at the server side (or they were not properly
encoded in the QUERY_STRING in the first place).
Again with POST, the data are indeed correctly transmitted through the
inputstream. From which we can decode regular www-form, multipart... recover the
session, blabla...the works...
Now tell me, what the hell is going on ?
b. "The session identifier is only shown if cookies in the browser are turned
off or you configure jserv to always pass it in the querystring."
One might expect someone like you to understand that the problem has been observed
in both cases you mention here. Why else would I bother to ask. Duh.
e-GRRRet,
Danny Martens
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]