Re: [PHP] Sessions help Please

2002-10-24 Thread Justin French
on 25/10/02 6:38 AM, Bryan McLemore ([EMAIL PROTECTED]) wrote: > Hi guys I'm a little confused on how sessions work. ok I use > session_start(); to get started I know that but then the manual starts to > confuse me with all of the garbled text about passing the SID. How do I tell > if it was co

RE: [PHP] Sessions help Please

2002-10-24 Thread Peter Houchin
have a look on phpbeginner there is a couple of articles/tutorials that explain this also look at previous posts :) > -Original Message- > From: Bryan McLemore [mailto:Kaelten@;worldnet.att.net] > Sent: Friday, 25 October 2002 6:39 AM > To: PHP - General > Subject: [PHP] Sessions help Plea

RE: [PHP] Sessions help please

2002-10-24 Thread Peter Houchin
Have a look through the articles and or tutorials that can be found on phpbeginner.com and also phpbuilder.com they will give u a good place to start learning about it all :) > -Original Message- > From: Bryan McLemore [mailto:Kaelten@;worldnet.att.net] > Sent: Friday, 25 October 2002 2:19

RE: [PHP] Sessions help please

2001-03-21 Thread Jeff Armstrong
Apologies for the long post. I use this approach: (simplified) at the top of every page, before any HTML. Pop it into an include right at the top. I have not included all the util function e.g. LogQuietAlert() regards Jeff "); gotoPage("/login"); } } #===

Re: [PHP] Sessions help please

2001-03-21 Thread Hardy Merrill
[EMAIL PROTECTED] [[EMAIL PROTECTED]] wrote: > Hi, > > I am going to use sessions to authenticate and protect my pages, this is what > I have so far... > > User logs in via form, this is checked via a SQL call, if the correct > username and password are entered I run the following: > > sessio