This is a screenshot with the error dump: 
I occassionaly get this error while browsing a website i am developing. Obviously session can't be started but i have no idea how to prevent this error because it occurs randomly (as it seems to me). Any idea how can I prevent this error to occur?
configs/application.ini, at least the parts relevant to session handling. - David Weinraub/var/lib/php5. If session GC is going to be initiated, it happens when you call session_start. See Liyali's link for a fix. - drew010