RE: [PHP] PHP Sessions - Cookies Not Saving

2004-03-05 Thread electroteque
but it will > save on my Linux box. As sending cookies is pretty much a generic procedure which is not platform dependent it would suggest that your WinXP box is broken (needless to say I'm assuming that you have already ensured that your browser is configured to accept cookies). Have you trie

Re: [PHP] PHP Sessions - Cookies Not Saving

2004-03-05 Thread Jason Wong
On Friday 05 March 2004 13:05, Paul Higgins wrote: > When I thought about what the compay really told me...it didn't make sense. > All I know is that that cookie will not save on my WinXP box, but it will > save on my Linux box. As sending cookies is pretty much a generic procedure which is not pl

RE: [PHP] PHP Sessions - Cookies Not Saving

2004-03-05 Thread Ford, Mike [LSS]
On 05 March 2004 03:33, Paul Higgins wrote: > When I do: print_r($_COOKIE); I get the following: > Array ( [PHPSESSID] => 11781ce29c68ca7ef563110f37e43f38 ) > > Does that mean its setting the Cookie? Yes. Cheers! Mike - Mike

Re: [PHP] PHP Sessions - Cookies Not Saving

2004-03-04 Thread Paul Higgins
]> Subject: Re: [PHP] PHP Sessions - Cookies Not Saving Date: Fri, 5 Mar 2004 15:24:32 +1100 (EST) Is it a non default /tmp ? If so it should be in php.ini or u have to set where it is with an ini_set , hope that helps. > AAAGGGH!! > >

Re: [PHP] PHP Sessions - Cookies Not Saving

2004-03-04 Thread daniel
t; > Paul > > >>From: <[EMAIL PROTECTED]> >>To: <[EMAIL PROTECTED]> >>Subject: Re: [PHP] PHP Sessions - Cookies Not Saving >>Date: Fri, 5 Mar 2004 15:24:32 +1100 (EST) >> >>Is it a non default /tmp ? If so it should be in php.in

Re: [PHP] PHP Sessions - Cookies Not Saving

2004-03-04 Thread Paul Higgins
If there is something in $_COOKIE, what does that mean? That there is a cookie somewhere? Or is it appending the Session ID to the URL? Paul From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Subject: Re: [PHP] PHP Sessions - Cookies Not Saving Date: Fri, 5 Mar 2004 15:24:32 +1100

Re: [PHP] PHP Sessions - Cookies Not Saving

2004-03-04 Thread daniel
f...all that time wasted. Thanks for the help > though...it was much appreciated! > > Paul > > >>From: <[EMAIL PROTECTED]> >>To: <[EMAIL PROTECTED]> >>Subject: Re: [PHP] PHP Sessions - Cookies Not Saving >>Date: Fri, 5 Mar 2004 14:25:53 +1100 (EST)

Re: [PHP] PHP Sessions - Cookies Not Saving

2004-03-04 Thread Paul Higgins
PROTECTED]> Subject: Re: [PHP] PHP Sessions - Cookies Not Saving Date: Fri, 5 Mar 2004 14:25:53 +1100 (EST) Are the hosts u looking at the same ? Like is it the very same link ? Check on the XP box if you have cookies disabled, u can always check if the session is being stored on the server too,

Re: [PHP] PHP Sessions - Cookies Not Saving

2004-03-04 Thread Paul Higgins
setting is set to Medium. Thanks, Paul From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Subject: Re: [PHP] PHP Sessions - Cookies Not Saving Date: Fri, 5 Mar 2004 14:25:53 +1100 (EST) Are the hosts u looking at the same ? Like is it the very same link ? Check on the XP box if yo

Re: [PHP] PHP Sessions - Cookies Not Saving

2004-03-04 Thread daniel
Are the hosts u looking at the same ? Like is it the very same link ? Check on the XP box if you have cookies disabled, u can always check if the session is being stored on the server too, look in /tmp first. Try a print_r ($_COOKIE); aswell. > Hi everyone, > > I'm trying to create a session with

[PHP] PHP Sessions - Cookies Not Saving

2004-03-04 Thread Paul Higgins
Hi everyone, I'm trying to create a session with PHP. I'm using the following code: print( session_id( ) ); print( ''); print( '' ); print( ' http://www.mysite.com/shopping_cart/Test2.php";>Here' ); print( '' ); print( '' ); ?> Now, I'm trying to view this site on a WinXP bo