seema
|
| Posted: 05/11/2002, 5:35 AM |
|
sir,
I am developing an application which requires more than 6 levels of security.
How can this I achived in CC.
As well as directed in the article "User redirection based on their Login / Security", How can I redirect for More than 3 UserRight levels?
Please Help me
|
|
|
 |
Mehmet Ozdemir
|
| Posted: 05/12/2002, 6:05 PM |
|
I solved this problem doing a couple of things:
I need to authencate from separate user and permission tables stored on sql server the permission where stored in key value pair eg: permission=4, also there are unlimited levels of key values.
firstly I rewrote the login function to check my tables and created the correct session variables
second I rewrote the CheckSecurity function to check my session scructure and display the page based on permissions
To use this method I turned off the security on the page design level, and implemented it using the Custom Security event.
Hope this helps.
|
|
|
 |
|