----------------------------------------------------------------
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!!!
----------------------------------------------------------------
jon * wrote:
> > Im working with a SGI/IRIX 6.5, Apache 1.3.11, JServ 1.1, Tomcat M3.1
> > JSDK 2.0 and the mod_jserv is properly placed and works fine except
> > sessiontracking with cookies - It seems that it doesnt forward
> > session-cookies from the browser to tomcat and so this produces always
> > new sessions within the code :
> > HttpSession session = request.getSession(false);
> > if (session == null) request.getSession(true);
> >
> > Thanks for help
> > Christopher
>
> In case you missed it, this is the Apache JServ mailing list. You can find
> the appropriate Tomcat mailing lists at jakarta.apache.org
>
I forgot to say that session-tracking works if you connect to Tomcat directly
(port 8080), so i guess it IS a problem in mod_jserv and not with Tomcat.
Christopher
--
Christopher Frauenberger
[EMAIL PROTECTED]
--
--------------------------------------------------------------
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]