AQUANANU
Posts: 107
|
| Posted: 09/02/2007, 1:28 AM |
|
i need to secure an asp page which is not developed in ccs,
i want to use the same security method and database which is being used by ccs project.
i am looking for a very simple solution to add few lines of code and the job is done.
_________________
Navneet Kakkar
CEO
Positive Thinker's Inc. |
 |
 |
navcan
Posts: 61
|
| Posted: 09/02/2007, 6:21 PM |
|
Very simple solution.
Create an includable page, make that page secure and add that page as includable in your non-ccs page.
Regards,
navcan
|
 |
 |
AQUANANU
Posts: 107
|
| Posted: 09/03/2007, 8:19 AM |
|
Navcan
Thanks for the suggestion, but doesnt work, i even tried to include a normal secured page, it also didnt work
One more thing that this non ccp page in asp is not in same folder as the published pages and login page.
_________________
Navneet Kakkar
CEO
Positive Thinker's Inc. |
 |
 |
fmbma
Posts: 58
|
| Posted: 09/10/2007, 11:18 AM |
|
Why don't you just test the session variables CCS uses for login ID and group. then you can even redirect to the login page.
|
 |
 |
|