Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Security of a web page...
Message
Information générale
Forum:
Internet
Catégorie:
VBScript
Titre:
Security of a web page...
Divers
Thread ID:
00360000
Message ID:
00360000
Vues:
56
Working on an organizational web site. Certain pages that require login, which I include this line at the top of the page



the ‘security.asp’ page checks to see if the CusKey (customer account) session variable is set or not. If not displays the login screen or it continues on with the original page.

It works great unless you pass a parameter the page like: events.asp?staff=1
Events.asp has the “

At that point the request.querystring does not see the ?staff=1

<%session("staffkey")=request.querystring("staff")%>

How can I capture the parameter ?staff=1
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform