Ask a Question related to PHP Development, Design and Development.
-
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
Guest
-
Sessions/Cookies between sites
Hi All Can I just confirm, is it true that Session Vars and Cookies from my main http site will all be lost when I ask the user to transfer over... -
Sessions, Cookies, DB, Form posts or all 4
Hi All I'm in a quandary and I don't know whats best. Basically I have a secure section that takes the user through 4 stages before they... -
how to keep cookies or sessions between 2 sites?
Hello, I have 2 separate web sites on 2 different boxes www.xyz.com on box 1 www2.xyz.com on box 2 Users log into box 1 via regular... -
[PHP] Sessions GET vs. Cookies
--- Nicholas Robinson <npr@bottlehall.freeserve.co.uk> wrote: The session.use_trans_sid directive is enabled in your php.ini. Disable it if you... -
#24669 [Bgs]: Sessions and Cookies Timeout prematurely
ID: 24669 User updated by: sunofman at sympatico dot ca Reported By: sunofman at sympatico dot ca Status: Bogus Bug... -
Richard Grove - ®ed Eye Media #2
Re: Cookies and Sessions
php.ihi
httpd.conf
Look in there and fiddle
Regards
Richard Grove
[url]http://www.shopmaker.co.uk[/url] - 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
>
>
Richard Grove - ®ed Eye Media Guest
-
Angelo #3
Re: Cookies and Sessions
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
> [url]http://www.shopmaker.co.uk[/url] - 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 Guest



Reply With Quote

