RE: [PHP] POST losing SESSION vars?

2004-11-10 Thread Ford, Mike
To view the terms under which this email is distributed, please go to http://disclaimer.leedsmet.ac.uk/email.htm > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: 09 November 2004 18:21 > > Pass your session along with your form action... > > i.e >

Re: [PHP] POST losing SESSION vars?

2004-11-09 Thread bbonkosk
Pass your session along with your form action... i.e $s = SID; echo " - Original Message - From: Sam Smith <[EMAIL PROTECTED]> Date: Tuesday, November 9, 2004 1:12 pm Subject: [PHP] POST losing SESSION vars? > > I have a page that will be redirected to a

[PHP] POST losing SESSION vars?

2004-11-09 Thread Sam Smith
I have a page that will be redirected to a login page if the SESSION var 'authenticatedUser' is not set. The page has a form in it. When the page is loaded http://thePage the authentication works fine. When the submit button is pressed it doesn't. With POST it acts as if the required session var