On Fri, Apr 30, 2004 at 10:01:40PM -0500, Luis Bernardo wrote:
> 
> Apache or IIS? CGI or ISAPI module?

FreeBSD4.8 
apache+mod_ssl-1.3.29+2.8.16_1
CGI

> "Michael R. Wayne" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
> >
> > Upgraded our PHP installation from 4.1.2 to 4.3.4, scripts that
> > worked fine before are no longer doing so.  The failure can be
> > traced to the fact that sessions are never being reused (i.e. a new
> > session gets started with each connection).  The session files get
> > written with proper information but never get read.
> >
> > The relevant session variables are:
> >    Session Support enabled
> >    session.auto_start On
> >    session.use_cookies Off
> >    session.use_trans_sid On
> > and, as noted in the subject line, all connections are via https.
> >
> > Any suggestions on how to debug this?

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to