Home > Archive > PHP Language > September 2004 > Cookies and Sessions
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Cookies and Sessions
|
|
|
| Hi,
I am running on my dev machine apache 1.3 and PHP 4.38, it is running on
Windows XP when I try and use Cookies or Sessions nothing is being set.
When I upload my code to my Linux Server, it works fine!
Is there anything I need to change on my windows machine.
many thanks in advanced
cheers
| |
| Richard Grove - ®ed Eye Media 2004-09-21, 3:56 pm |
| php.ihi
httpd.conf
Look in there and fiddle
Regards
Richard Grove
http://www.shopmaker.co.uk - UK Ecommerce Shop Systems
"</david>" <nomail@hereplease.com> wrote in message
news:41501fb7$0$51674$65c69314@mercury.nildram.net...
> Hi,
>
> I am running on my dev machine apache 1.3 and PHP 4.38, it is running on
> Windows XP when I try and use Cookies or Sessions nothing is being set.
>
> When I upload my code to my Linux Server, it works fine!
>
> Is there anything I need to change on my windows machine.
>
> many thanks in advanced
>
> cheers
>
>
| |
| Angelo 2004-09-21, 3:56 pm |
| Indeed and search for cookies in those files.
Your server cannot write the tempfiles/cookies on the harddisk because the
path does not exist. (or apache hasn't enough rights to write the cookies)
"Richard Grove - ®ed Eye Media" <info®redeyemedia.co.uk> wrote in message
news:41502bfc$0$52238$65c69314@mercury.nildram.net...
> php.ihi
> httpd.conf
>
> Look in there and fiddle
>
> Regards
> Richard Grove
> http://www.shopmaker.co.uk - UK Ecommerce Shop Systems
>
>
> "</david>" <nomail@hereplease.com> wrote in message
> news:41501fb7$0$51674$65c69314@mercury.nildram.net...
>
>
|
|
|
|
|