----------------------------------------------------------------
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 all,
just to let  you know aht the problem was. For some reason, I had to type
the whole url of the servlet. That is, I had to type the name of the
server plus the domain. I don't know what it has to do with the sessions,
but that was it.

Thanks

--Yohans Mendoza


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Yohans Mendoza                                  System Analyst
[EMAIL PROTECTED]                        Sirius Images Inc.      
http://www.sirius-images.net/users/yohans       http://www.sirius-images.com 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

On Wed, 30 Aug 2000, sudhi wrote:

> ----------------------------------------------------------------
> 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,
> Even I had similar problem on Unix box. In order to check that , make
> sure u r getting the cookie. In netscape change the preference for
> cookies to "warn me before accepting cookies". Then u'll know whether u
> r getting cookies or not.
> In my case the problem was with httpd.conf file. I had set the server
> name, and I was not running it on port 80. So it was not sending me the
> cookie. When I commented out the server name it worked.
> HTH
> Sudhi
> 
> Alexey Maksakov wrote:
> > 
> > ----------------------------------------------------------------
> > 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!!!
> > ----------------------------------------------------------------
> > 
> > Try to set
> >     session.useCookies=true
> > in <zone>.properties
> > 
> > Another point is, that your browser may not accept cookies.
> > 
> > ----- Original Message -----
> > From: Yohans Mendoza <[EMAIL PROTECTED]>
> > To: Java Apache Users <[EMAIL PROTECTED]>
> > Sent: Wednesday, August 30, 2000 2:13 AM
> > Subject: session Q.
> > 
> > > ----------------------------------------------------------------
> > > 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 all,
> > >
> > > Evironment:
> > > RH6.0
> > > apache 1.3.6
> > > Jserv 1.1.2
> > >
> > > I had this set of servlets working with sessions, and while testing the
> > > system, one of the servlets invalidated the current session, and now,
> > > nothing works.
> > > When I use the login servlet, it creates a session, but it seems to be
> > > dying right away. I tried restarting jserv, but nothing, and now I cannot
> > > use the system at all.
> > > The session gets invalidated from the execution of one servlet to the
> > > next.
> > >
> > > Any help is greatly appreciated
> > >
> > > TIA
> > >
> > > --Yohans
> > >
> > >
> > >
> > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> > ~~~
> > > Yohans Mendoza System Analyst
> > > [EMAIL PROTECTED] Sirius Images Inc.
> > > http://www.sirius-images.net/users/yohans    http://www.sirius-images.com
> > >
> > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> > ~~~
> > >
> > >
> > >
> > > --
> > > --------------------------------------------------------------
> > > Please read the FAQ! <http://java.apache.org/faq/>
> > > To subscribe:        [EMAIL PROTECTED]
> > > To unsubscribe:      [EMAIL PROTECTED]
> > > Search Archives:
> > > <http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
> > > Problems?:           [EMAIL PROTECTED]
> > >
> > >
> > 
> > --
> > --------------------------------------------------------------
> > Please read the FAQ! <http://java.apache.org/faq/>
> > To subscribe:        [EMAIL PROTECTED]
> > To unsubscribe:      [EMAIL PROTECTED]
> > Search Archives:
> > <http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
> > Problems?:           [EMAIL PROTECTED]
> 
> 
> --
> --------------------------------------------------------------
> Please read the FAQ! <http://java.apache.org/faq/>
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> Search Archives: 
> <http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
> Problems?:           [EMAIL PROTECTED]
> 



--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search Archives: 
<http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to