Re: [PHP] Session errors when uploaded to host

2005-01-23 Thread Tim Burgan
Thankyou. That solved the issue. I didn't know that function existed. Tim -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Session errors when uploaded to host

2005-01-23 Thread Jerry Kita
Burhan Khalid wrote: Tim Burgan wrote: Hello, I've developed my site, and tested on a web host (Apache, PHP 4.3.9). Now I've uploaded to a different host (IIS, PHP 4.3.1) where I want to keep it, and I get session error messages like: Warning: session_start() [function.session-start

Re: [PHP] Session errors when uploaded to host

2005-01-23 Thread Burhan Khalid
Tim Burgan wrote: Hello, I've developed my site, and tested on a web host (Apache, PHP 4.3.9). Now I've uploaded to a different host (IIS, PHP 4.3.1) where I want to keep it, and I get session error messages like: Warning: session_start() [function.session-start

[PHP] Session errors when uploaded to host

2005-01-22 Thread Tim Burgan
Hello, I've developed my site, and tested on a web host (Apache, PHP 4.3.9). Now I've uploaded to a different host (IIS, PHP 4.3.1) where I want to keep it, and I get session error messages like: Warning: session_start() [function.session-start ]: open

[PHP] Session Errors

2003-11-14 Thread G . Zimmermann
Hi all, I get the follwing error when i try to use sessions: [13-Nov-2003 22:51:55] PHP Warning: Unknown(): open(/tmp/sess_022cf8e8c691e69c9cc6aa5bce152c0b, O_RDWR) failed: Invalid argument (22) in Unknown on line 0 [13-Nov-2003 22:51:55] PHP Warning: Unknown(): Failed to write session data (fi

Re: [PHP] Session Errors, do you recognize?

2001-01-10 Thread JB
yea.. it worked. thanks. - Original Message - From: Shane McBride <[EMAIL PROTECTED]> To: JB <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, January 10, 2001 9:44 PM Subject: Re: [PHP] Session Errors, do you recognize? > One more thing after looking

RE: [PHP] Session Errors, do you recognize?

2001-01-10 Thread Javier Muniz
AM To: Brandon Orther; [EMAIL PROTECTED] Subject: Re: [PHP] Session Errors, do you recognize? actually.. still give me the same error after i fixed that. new code as follows along with the error: if (!session_is_registered('cart')) { $cart = array(); session_register('cart'

Re: [PHP] Session Errors, do you recognize?

2001-01-10 Thread JB
to:[EMAIL PROTECTED]] > Sent: Wednesday, January 10, 2001 6:05 AM > To: [EMAIL PROTECTED] > Subject: [PHP] Session Errors, do you recognize? > > > Hey, I keep getting the same error messages when trying to fire up sessions > in this code i wrote. i've written some test script

Re: [PHP] Session Errors, do you recognize?

2001-01-10 Thread Shane McBride
One more thing after looking at the code. Try this: - Original Message - From: "JB" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 10, 2001 9:04 AM Subject: [PHP] Session Errors, do you recognize? Hey, I keep getting the same error messag

Re: [PHP] Session Errors, do you recognize?

2001-01-10 Thread Shane McBride
Make sure that the To: <[EMAIL PROTECTED]> Sent: Wednesday, January 10, 2001 9:04 AM Subject: [PHP] Session Errors, do you recognize? Hey, I keep getting the same error messages when trying to fire up sessions in this code i wrote. i've written some test scripts to test sessions on

[PHP] Session Errors, do you recognize?

2001-01-10 Thread JB
Hey, I keep getting the same error messages when trying to fire up sessions in this code i wrote. i've written some test scripts to test sessions on my machine, and they are working, so the problem must lie within my code. Here' what I'm getting, anyone know how to resolve this? Warning: Canno