T
TESA0_4
Hi,
I have developed an app that every employee (200+) is allowed to have
read-only access to. Only a few employees have particular permission levels
(and personal usernames) that allow them to edit, create and delete data.
At anyone time, I only expect a maximum of 10 users to be logged on for a
session and only 2-3 or those users will have permission levels that allow
them to actually modify data.
I have created a generic username called READ to allow anyone to login and
gain read-only access to the data.
It is only early days in the life of the application.
Am I going to run into problems if, say, 10 people were to concurrently log
on using the generic READ username?
Thanks in advance for any thoughts you might have.
I have developed an app that every employee (200+) is allowed to have
read-only access to. Only a few employees have particular permission levels
(and personal usernames) that allow them to edit, create and delete data.
At anyone time, I only expect a maximum of 10 users to be logged on for a
session and only 2-3 or those users will have permission levels that allow
them to actually modify data.
I have created a generic username called READ to allow anyone to login and
gain read-only access to the data.
It is only early days in the life of the application.
Am I going to run into problems if, say, 10 people were to concurrently log
on using the generic READ username?
Thanks in advance for any thoughts you might have.