On Wed, Apr 6, 2011 at 6:58 PM, Harvey Kane <[email protected]> wrote: > It really seems like something is locking that session file, and it's as if > the lock is done for the full 30 seconds rather than simply locking for as > long as is needed.
> I'm certain this is a session issue of one kind or another - by debugging I > found the script will wait at the session_start command until the 30 seconds > is up. I'm just unsure why it would wait 30 seconds when the previous > request called session_write_close() in under 1 second. Are you using the default files session handler, or is there a custom one auto_prepended or otherwise installed? Maybe it's not implementing destroy properly. http://bugs.php.net/bug.php?id=47640 might be interesting too. Also, check out http://bugs.php.net/bug.php?id=47640 -- NZ PHP Users Group: http://groups.google.com/group/nzphpug To post, send email to [email protected] To unsubscribe, send email to [email protected]
