Forum Moderators: coopster
For trial purpose I have loaded a few scripts
I know that the scripts are doing fine (run since months) on my production server
However after I loaded those scripts to my local machine
an article that is identified through its ID wont be displayed "there is no ID # .." of course the article and its ID exists
but the reason why it does not open is due to non created session
How can I locally allow session?
Is it related to my PHP.ini?
Thanks
Regards
Henry
PHP Session handling functions [ca.php.net]
maybe take a look and see if you can see something
But (sometime I will learn how to take time and breath!) I then found a note on
/temp location when running php on a local test bed (MS)
that needs instead of default : “/tmp” to be set to full path such as
c:/apache/php/tmp
et voila!
Regards
Henry
<edit>
Just want to let you know that I built a few php scripts and pages out of the editor I was testing (DzSoft)
FYI i realy like it
after the trial time I 'll pay for it and keep it
</edit>