RE: [PHP] How to implement this by php Session

2003-01-22 Thread Henry
thanks a lot -Original Message- From: Chris Shiflett [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 23, 2003 2:54 AM To: Henry; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [PHP] How to implement this by php Session --- Henry <[EMAIL PROTECTED]> wrote: > what I wan

RE: [PHP] How to implement this by php Session

2003-01-22 Thread John W. Holmes
- > From: Henry [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 22, 2003 12:00 PM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: [PHP] How to implement this by php Session > > absolutely! > Sorry for my english first, what I want to do is make

Re: [PHP] How to implement this by php Session

2003-01-22 Thread Chris Shiflett
--- Henry <[EMAIL PROTECTED]> wrote: > what I want to do is make sure one account can login > in at the same time I understand now, with Jason's help. > is there any mechanism in PHP can slove it? Well, not exactly. You see, this is a rather strange restriction (or seems strange to me at least).

Re: [PHP] How to implement this by php Session

2003-01-22 Thread Henry
solution? - Original Message - From: "Jason Wong" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 23, 2003 12:32 AM Subject: Re: [PHP] How to implement this by php Session > On Thursday 23 January 2003 00:26, Chris Shiflett wrote: > > ---

Re: [PHP] How to implement this by php Session

2003-01-22 Thread Jason Wong
On Thursday 23 January 2003 00:26, Chris Shiflett wrote: > --- Henry <[EMAIL PROTECTED]> wrote: > > I'd like to implement ONE USER SIGNIN at the same time, > > the way I consider about is below: > > 1 record the sessionId and userId in some media(db), > > then we'll know who is login and who is not

Re: [PHP] How to implement this by php Session

2003-01-22 Thread Chris Shiflett
--- Henry <[EMAIL PROTECTED]> wrote: > I'd like to implement ONE USER SIGNIN at the same time, > the way I consider about is below: > 1 record the sessionId and userId in some media(db), > then we'll know who is login and who is not > 2 use a demon program to determine whole sessionId > which is li