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