[PHP] Re: Problem using session

2001-08-28 Thread Rosen
And one question: Should I use session_start() in every php file on my site ? Thanks, Rosen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL

Re: [PHP] Re: Problem using session

2001-08-28 Thread Frank Loewenthal
On Tuesday 28 August 2001 02:20 pm, you wrote: And one question: Should I use session_start() in every php file on my site ? Thanks, Rosen Yes! -- SFI Technology Services AG Dr. F. Loewenthal Stettbachstrasse 10 CH-8600 Dübendorf Switzerland [EMAIL PROTECTED] www.sfi.ch +41/1-824 49 00

Re: [PHP] Re: Problem using session

2001-08-28 Thread hassan el forkani
yes and be carefull to put that before any aoutput is sent to the browser (even a blank space is an output) regards At 14:20 28/08/01, Rosen wrote: And one question: Should I use session_start() in every php file on my site ? Thanks, Rosen -- PHP General Mailing List