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

on 2/11/00 10:02 AM, Christopher Frauenberger <[EMAIL PROTECTED]> 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

-jon

-- 
Come to the first official Apache Software Foundation
Conference!  <http://ApacheCon.Com/>




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

Reply via email to