|
|
|
|
|
| | |
|
Active Server Pages ASP ASP.NET .aspx .ascx Web HTML Developer Internet Microsoft Web Services Visual Studio .NET CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: File folder protection |
From: |
Joshua |
Date: |
7/7/2000 4:40:38 PM |
IP: |
129.118.50.150 |
I can tell you how to protect every page in that folder. Using a session variable, set the session("securitylevel") = { 1,2,3 }. Then, have 3 include files - the format being...
if session("securitylevel") => { 1,2,3 } then
we are ok
else
Response.Clear
Response.Redirect("unauthorized")
end if
So, in your level 3 folder, youll have a include file that tests for a "securitylevel" => 3, etc. Include these at the top of every page in that folder. |
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|