[PHP] session woes

2005-03-23 Thread Mignon Hunter
I had my script working beautifully on my box but when transferring to dev server no such luck Because we have an older version of php on the webservers, I had to get my admin to change the php.ini on the session.use_trans_id = 1 so that the SID wouldnt show in the URL. But I'm not sure if

Re: [PHP] session woes

2005-03-23 Thread Stephen Johnson
: Mignon Hunter [EMAIL PROTECTED] Date: Wed, 23 Mar 2005 11:20:24 -0600 To: php-general@lists.php.net Subject: [PHP] session woes I had my script working beautifully on my box but when transferring to dev server no such luck Because we have an older version of php on the webservers, I had

Re: [PHP] session woes

2005-03-23 Thread Jason Barnett
Mignon Hunter wrote: ... [23-Mar-2005 09:04:47] PHP Warning: Cannot send session cookie - headers already sent by (output started at /var/www/htdocs/sess_downloads_p2.php:5) in /var/www/htdocs/sess_downloads_p2.php on line 60 [23-Mar-2005 09:04:47] PHP Warning: Cannot send session cache

Re: [PHP] session woes[RESOLVED]

2005-03-23 Thread Mignon Hunter
Subject: [PHP] session woes I had my script working beautifully on my box but when transferring to dev server no such luck Because we have an older version of php on the webservers, I had to get my admin to change the php.ini on the session.use_trans_id = 1 so that the SID wouldnt show

[PHP] Session woes

2002-08-24 Thread Matthew Nock
Hi All, I have a bit of a problem using the session management functions in PHP4. (PHP 4.1.2 in fact) I have a order wizard system on my website that is using PHP sessions to track values entered on the various forms across all pages of the wizard. at the start of each page i am issuing the

Re: [PHP] session woes

2001-12-12 Thread Andrey Hristov
Is register_globals turned on or off? - Original Message - From: Gaylen Fraley [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, December 09, 2001 6:13 AM Subject: [PHP] session woes I have a friend who is using an ISP that uses php4.0.3pl1 . It appears that session_register

[PHP] session woes

2001-12-08 Thread Gaylen Fraley
I have a friend who is using an ISP that uses php4.0.3pl1 . It appears that session_register is not working between pages. In script A, the session var gets registered and shows registered using session_is_registered('testvar'); However, when script B is called, a session-start is issued and