Agreed we need an upgrade. But upgrade on a large application (1000+ pages) can 
be expensive.

#42135          Second call of session_start() causes creation of SID

I would imagine - creation of SID is related with session timeouts.

Also we are using storing session in a cookie. 

I was able to pull up the diff from 
http://svn.php.net/viewvc/php/php-src/trunk/ext/session/session.c?r1=240642&r2=240748

Hopefully this will solve the issue. If anyone has more insight on this please 
advise.

Thanks
-----Original Message-----
From: Rasmus Lerdorf [mailto:ras...@lerdorf.com] 
Sent: Saturday, August 01, 2009 11:00 AM
To: Bharat Nagwani
Cc: internals@lists.php.net
Subject: Re: [PHP-DEV] Early session timeouts on 5.2.3

Bharat Nagwani wrote:
> Hello,
> 
> We are facing early session timeouts in php 5.2.3 on bsd unix. This happens
> even more frequently when multiple users are logged in.
> 
> Googling I found http://bugs.php.net/bug.php?id=42135
> and was wondering if this could the related bug for this problem. If so where
> can I get the patch for this bug.

Well, PHP 5.2.3 was released May 31, 2007.  That is starting to get
quite dated and as you can see bug 42135 was fixed in July 2007.  It
seems to me your path is pretty clear.

-Rasmus

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to