Re: [PHP] Logging on to a web based application

2004-01-31 Thread Jason Wong
On Saturday 31 January 2004 13:10, Robert Sossomon wrote: > Yuck!! Indeed. Please trim your posts! -- Jason Wong -> Gremlins Associates -> www.gremlins.biz Open Source Software Systems Integrators * Web Design & Hosting * Internet & Intranet Applications Development * ---

RE: [PHP] Logging on to a web based application

2004-01-30 Thread Robert Sossomon
site about 12 times in a day. So far I have not had a single issue with folks and the session script. Robert -Original Message- From: Miles Thompson [mailto:[EMAIL PROTECTED] Sent: Friday, January 30, 2004 9:46 PM To: Shaun; [EMAIL PROTECTED] Subject: Re: [PHP] Logging on to a web based

Re: [PHP] Logging on to a web based application

2004-01-30 Thread Chris W
Miles Thompson wrote: At 06:38 PM 1/30/2004 +, Shaun wrote: Hi, We are trying to develop a web based system where users a charged per office. I would be grateful to hear anyone's experience in creating such applications and how the users are managed. Our main concern is how we stop a client

Re: [PHP] Logging on to a web based application

2004-01-30 Thread Miles Thompson
At 06:38 PM 1/30/2004 +, Shaun wrote: Hi, We are trying to develop a web based system where users a charged per office. I would be grateful to hear anyone's experience in creating such applications and how the users are managed. Our main concern is how we stop a client paying for one office us

RE: [PHP] Logging on to a web based application

2004-01-30 Thread Robert Sossomon
I use a DB table to manage my users, I do not have to worry about locking it down to one user, however one thought is to track the user into a temporary DB, if the user name is there and the sessionID does NOT match the one in the DB, then the user is not granted permission to access the programs.

Re: [PHP] Logging on to a web based application

2004-01-30 Thread Jake McHenry
- Original Message - From: "Shaun" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 30, 2004 1:38 PM Subject: [PHP] Logging on to a web based application > Hi, > > We are trying to develop a web based system where users a charged per &

[PHP] Logging on to a web based application

2004-01-30 Thread Shaun
Hi, We are trying to develop a web based system where users a charged per office. I would be grateful to hear anyone's experience in creating such applications and how the users are managed. Our main concern is how we stop a client paying for one office use and distributing their password to other