[PHP] Ignore session_auto_start

2003-08-14 Thread Jackson Miller
I have session set to automatically start in my php.ini file. However, I would like this to be ignored for one script on my site (a dynamic image loaded by many other sites where a session is irrelevant). this would be a way to greatly reduce the amount of session files in my tmp directory.

Re: [PHP] Ignore session_auto_start

2003-08-14 Thread Jason Wong
On Tuesday 12 August 2003 11:03, Jackson Miller wrote: I have session set to automatically start in my php.ini file. However, I would like this to be ignored for one script on my site (a dynamic image loaded by many other sites where a session is irrelevant). this would be a way to greatly