terrence
|
| Posted: 08/30/2002, 5:23 AM |
|
Hi,
I have written 2 applications using CCS.
They both have their own databases containing there own user tables with usernames and passwords etc...
When I log in to one of the applications, I seem to be logged in to ALL, as I can then browse the second application already logged in !
How do i prevent this ?
I have tried using different group ID's and such, but that doesnt work.
Am using PHP/Mysql.
Terrence
|
|
|
 |
Nicole
|
| Posted: 08/30/2002, 6:14 AM |
|
Hello,
The solution is to use different names for session variables for different sites. You can select the name for them in Advanced section of Site Security settings. You’re allowed to assign names for the following session variables used for the authentication:
User ID Variable
User Login Variable
Group ID Variable
|
|
|
 |
|