This topic is locked

Create Single logon session for users

11/21/2005 4:47:45 AM
PHPRunner General questions
F
flatdoggy author

I have the following question:
My database needs to be secured against multiple logins from the same user.

How can I restrict the authorised users to only one session at a time when loggin on?

Sergey Kornilov admin 11/22/2005

Hi,
this task needs some manual programming to be performed.

You can write your own custom PHP session handler and put it to PHPRunner generated pages to secure your database against multiple logins.
There are a lot of tutorials and examples on PHP custom session handlers over Internet.

F
flatdoggy author 11/23/2005

Hi,

this task needs some manual programming to be performed.


Ok I will leave well enough alone for now I'm not a great wizkid programming PHP. I'm still I a battle to get the other answer to my first question to workout right.