Re: [PHP] VALUABLE LESSON: using sessions and include

2001-11-14 Thread jtjohnston
Only if you are allowed anywhere near your admin's account :) Papp Gyozo wrote: > or name it in PHP.ini: > > session.name > > > What you can do is not to name session at all :-) It's easyer :-) > > J > > "Jtjohnston" <[EMAIL PROTECTED]> ha scritto nel messaggio > > [EMAIL PROTECTED]">news:[EMAIL

Re: [PHP] VALUABLE LESSON: using sessions and include

2001-11-14 Thread Papp Gyozo
or name it in PHP.ini: session.name > What you can do is not to name session at all :-) It's easyer :-) > J > "Jtjohnston" <[EMAIL PROTECTED]> ha scritto nel messaggio > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Thanks Dav, > > You caught me while I was debugging. But I learned

[PHP] VALUABLE LESSON: using sessions and include

2001-11-14 Thread jtjohnston
Thanks Dav, You caught me while I was debugging. But I learned a valuable lesson! I indeed did not name my session_name correctly. IN FACT ... I did not name it AT ALL in display_image.php. There lay the problem. I needed to declare both: session_name("ESLpostcard"); session_start(); at the be