Want to pass your EC-Council Certified Secure Programmer v2 312-92 exam in the very first attempt? Try Pass2lead! It is equally effective for both starters and IT professionals.
VCE
What will the following ASP script accomplish on a webpage?
<%
Response.CacheControl = "no-cache"
Response.AddHeader "Pragma", "no-cache"
Response.Expires = -1
if session("UID")="" then
Response.Redirect "Logon.asp"
Response.End
end if
%>
A. Redirect users to the logon page if they do not have a valid certificate
B. Logged on users will timeout after hour
C. Checks whether user has already logged on
D. Checks the user's cache for personal information
Jonathan is creating an XML document and needs to sign data streams. In his code, Jonathan creates a signature node that is contained within the signed datastream. What type of signature signing has Jonathan employed here?
A. Enveloping
B. Attached
C. Detached
D. Enveloped
Paul wants to capture audit information on PLSQL so he executes the following command:
sqlplus "sys / as sysdba"
Enter password: password123!!!!
SQL> ALTER SYSTEM SET AUDIT_TRAIL = OS
SCOPE=SPFILE;
SQL> SHUTDOWN NORMAL;
SQL> STARTUP;
What privileges has Paul logged on with?
A. ADMIN
B. Root
C. SYSDBA
D. SYS