Re: [PHP] Testing for session without setting cookies

2001-03-12 Thread Simon Woods
Hi all, Comments in the message below ... Yasuo Ohgaki wrote: > "Simon Woods" <[EMAIL PROTECTED]> wrote in message > > Hi All, > > > > Sorry if I am asking a vfaq but I was unable to find anything in the > > archives. > > > > I am using PHP4 with session handling to track users which have logge

Re: [PHP] Testing for session without setting cookies

2001-03-10 Thread Yasuo Ohgaki
"Simon Woods" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi All, > > Sorry if I am asking a vfaq but I was unable to find anything in the > archives. > > I am using PHP4 with session handling to track users which have logged > in to my server. > > I would l

[PHP] Testing for session without setting cookies

2001-03-10 Thread Simon Woods
Hi All, Sorry if I am asking a vfaq but I was unable to find anything in the archives. I am using PHP4 with session handling to track users which have logged in to my server. I would like to (non intrusively) check to see if a user is logged in without having to start a new session. 95% of m