Re: [PHP] session newbyness...

2004-12-13 Thread Greg Donald
On Mon, 13 Dec 2004 14:09:02 -0800, Tony Di Croce <[EMAIL PROTECTED]> wrote: > I just started using PHP a week or so ago... And everything is coming > along great... Awesome, welcome to the club. :) > But I have some general question about sessions... > Actually, about PHP's built in session sup

Re: [PHP] session newbyness...

2004-12-13 Thread Chris Shiflett
--- Tony Di Croce <[EMAIL PROTECTED]> wrote: > I have some general question about sessions... Actually, about > PHP's built in session support. > > Do I need to call session_start() in every script that needs > access to $_SESSION[]? Yes. > Would it cause any problems if I do? What sort of prob

Re: [PHP] session newbyness...

2004-12-13 Thread M. Sokolewicz
Greg Donald wrote: On Mon, 13 Dec 2004 14:09:02 -0800, Tony Di Croce <[EMAIL PROTECTED]> wrote: I just started using PHP a week or so ago... And everything is coming along great... Awesome, welcome to the club. :) But I have some general question about sessions... Actually, about PHP's built in

[PHP] session newbyness...

2004-12-13 Thread Tony Di Croce
I just started using PHP a week or so ago... And everything is coming along great... But I have some general question about sessions... Actually, about PHP's built in session support. Do I need to call session_start() in every script that needs access to $_SESSION[]? Would it cause any problems if

Re: [PHP] session newbyness...

2004-12-13 Thread John Nichel
Tony Di Croce wrote: I just started using PHP a week or so ago... And everything is coming along great... But I have some general question about sessions... Actually, about PHP's built in session support. Do I need to call session_start() in every script that needs access to $_SESSION[]? Would it c