[PHP] PHP Session question. Please help!

2004-02-21 Thread Bon
Hi, I've got a session problem that I don't understand. Here's the setup. There are 2 frames, frame1 and frame2 (within frame1). Frame1 is simply a static html page like the following: http://mysite.ca/blank.html"; name="topFrame" scrolling="NO" noresize > http://mysite.ca/getPage.php?site

Re: [PHP] PHP Session question

2001-02-19 Thread Richard Lynch
/volunteer.htm - Original Message - From: "Yev" <[EMAIL PROTECTED]> Newsgroups: php.general Sent: Saturday, February 17, 2001 12:26 PM Subject: [PHP] PHP Session question > Hi, > > I enabled sessions via session.auto_start feature, and attempting to > simulate sessi

[PHP] PHP Session question

2001-02-17 Thread Yev
Hi, I enabled sessions via session.auto_start feature, and attempting to simulate sessions when a user has disabled cookies. I remember it used to automatically append SESSIONID= to every href, etc.. (I compiled with --enable-trans-sid), but now it doesn't append it. What am I missing? Thanks