A.Session(“passflag”)=0 B.Application(“passflag”)=0 C.Set Session(“passflag”)=0 D.Public passflag
A.Requst.ServerVariables(“SCRIPT_NAME”) B.Response.ServerVariables(“SCRIPT_NAME”) C.Requst.ServerVariables(“PATH_TRANSLATED”) D.Response.ServerVariables(“PATH_TRANSLATED”)
A.Requst.Cookie(“username”) B.Requst.Cookies(“username”) C.Response.Cookie(“username”) D.Response.Cookies(“username”)