PHP Garbage Collection

Soldato
Joined
13 Feb 2003
Posts
4,353
Location
Over the Moon
Hey guys,

Quick question really, probably something really simple.
Currently have a PHP site running with MySQL on a Windows box. Simple enough so far.

Problem is when it comes to garbage collection. For each session there is the PHPSESSID that is *supposed* to be removed at the end of each session but is currently just staying where it is and never gets recycled.

Scanned through the ini but nothing stuck me as obvious and had a Google but couldn't seem to find what I was looking for.

Server is 2003, PHP5.2 and MySQL5.

Is there something I am missing somewhere? Any help is appreciated :)
 
Back
Top Bottom