On Mon, 22 Mar 1999, Dwayne wrote:
> I developpe on Linux a session Counter but when it run on target
> platform
> (solaris and older apache version), I can't use cookie session (use
> ServletSession to test). Someone know this problem?
You don't give much info on what is going wrong, but if you're having a
problem with JServ not setting a session cookie, try 0.9.12. 0.9.11 set a
domain mask on the cookie it sent out without checking to make sure that
the domain mask was valid (according to the cookie spec). if netscape
encounters an invalid domain mask, it silently ignores the cookie.
0.9.12 does not set a domain mask by default, but does give you the option
of configuring the mask to send.
not sure what 1.0b does in this case.
-- James
----------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html/>
Problems?: [EMAIL PROTECTED]