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

For session management we are using HTTPSession object which contains 
certain information needed by our application.

In the zone.properties file for my servlets zone, I had :
session.useCookies = true

I am handling the session by using request.getSession(true/false)...

With this setup, the application runs fine.

Now, when I go back to change zone.properties file to disable setting of 
cookies (session.useCookies = false), a session object still gets created 
but I can no longer access that object.

The setup is :
Apache Web Server 1.3.6
Apache JServ 1.1b3
Windows NT workstation
JDK 1.2.2
JSDK 2.0
JDBC

Any pointers to resolving this problem will be appreciated.


Thanks,
Cuckie.


______________________________________________________
Get Your Private, Free Email at http://www.hotmail.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