Ask a Question related to PHP Development, Design and Development.
-
Jackson Miller #1
Ignore session_auto_start
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.
thanks,
-Jackson
--
jackson miller
cold feet creative
615.321.3300 / 800.595.4401
[email]jackson@coldfeetcreative.com[/email]
cold feet presents Emma
the world's easiest email marketing
Learn more @ [url]http://www.myemma.com[/url]
Jackson Miller Guest
-
ignore
please ignore this post. jill -
Please Ignore
Sorry about the newsgroup clutter. This is a test. -- sptrp1@smp.gseis.ucla.edu -
Hi Everyone-Please Ignore
This is a test. Sorry for the newsgroup clutter. -- sptrp1@smp.gseis.ucla.edu -
Ignore this
On Tue, 29 Jul 2003 14:41:11 +1000, in <2kubivk8otrmrtj8l9je6n2io66a1aeh1b@4ax.com>, Steven L. McGahey <s.mcgahey@uq.edu.au> said: Heh, you... -
php doesn't ignore the utf-8 BOM
"When a php file is saved in utf-8 format with the UTF-8 BOM as the first three bytes of the file (EF BB BF), PHP doesn't ignore these bytes when... -
Jason Wong #2
Re: [PHP] Ignore session_auto_start
On Tuesday 12 August 2003 11:03, Jackson Miller wrote:
ini_set()> 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.
or set in httpd.conf, .htaccess
--
Jason Wong -> Gremlins Associates -> [url]www.gremlins.biz[/url]
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
------------------------------------------
Search the list archives before you post
[url]http://marc.theaimsgroup.com/?l=php-general[/url]
------------------------------------------
/*
Life is just a bowl of cherries, but why do I always get the pits?
*/
Jason Wong Guest



Reply With Quote

