This topic is locked

users connections

2/17/2009 4:15:58 AM
PHPRunner General questions
K
kjp author

Bonjour.
I want to "open" some part of my site to a group of users.

I want to build a kind of second "guest", so allowed users can

connected with the same and only one ID/Pasw,

something like

guest1 / somepasw in the users database with rights's defined.
But How many simultaneous connections can I got with a defined login?
TBA

Kjp

J
Jane 2/17/2009

Hi,
there are no limitations on connections.

Just create guest account in the users table and set up correct permissions for this account.