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 reduce the amount of session files in my tmp directory.
>
> Unfortunately I cannot find any way to do this.  Session destroy seems to
> first create the session and then destroy it.  I want there to be no
> session started when this file is loaded.

ini_set()
or set in httpd.conf, .htaccess

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
------------------------------------------
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
------------------------------------------
/*
Life is just a bowl of cherries, but why do I always get the pits?
*/


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to