Hello

I'm having some problems using Sessions. I'm using Apache 1.3.4, jserv
1.0b3.
The problem seems to be that when I want to add a Cookie in the
Http-header to the Http-response (I don't manually set the cookie, I use
res.getSession(true)) the header doesn't look the way it's suppose to
look. 

Set-Cookie: JServSessionId=3fc1bd593d16bebc.218.9286772082273;
path=/

Instead of:

Set-Cookie: JServSessionId=3fc1bd593d16bebc.218.9286772082273;path=/

This has the effect that the cookie doesn't get sent back to the browser
every time. The solution should be to put the path on the same line(?).
Should I change the jserv-code (and in that case, where?) or is this
problem fixed in later versions?


-- --------------------------------------------------------------
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