il codice è:
dim estIvra = request.Cookies("IVRA")
if estIvra is Nothing= true then
Response.Redirect("accesso.aspx")
end if
questo funziona.
il codice è:
dim estIvra = request.Cookies("IVRA")
if estIvra is Nothing= true then
Response.Redirect("accesso.aspx")
end if
questo funziona.