Re: [PHP] User Login Problem

2006-06-22 Thread Richard Lynch
On Tue, June 20, 2006 6:43 am, suresh kumar wrote: > I am facing one problem in my project.i want to restrict more > than one user login in the same account .Is there any functions > available to check r we can implement using session. You'll have to decide for yourself when a user is or isn'

Re: [PHP] User Login Problem

2006-06-20 Thread Dan McCullough
Or make your own, might be easier to do. On 6/20/06, suresh kumar <[EMAIL PROTECTED]> wrote: Hi, I am facing one problem in my project.i want to restrict more than one user login in the same account .Is there any functions available to check r we can implement using session.

Re: [PHP] User Login Problem

2006-06-20 Thread Jochem Maas
suresh kumar wrote: > Hi, > I am facing one problem in my project.i want to restrict more than one > user login in the same account .Is there any functions available to check r > we can implement using session. probably. >

[PHP] User Login Problem

2006-06-20 Thread suresh kumar
Hi, I am facing one problem in my project.i want to restrict more than one user login in the same account .Is there any functions available to check r we can implement using session. A.suresh