% application.lock myname=Session("myname") myid=Session("myid") if myid="" then myid=0 call get_guests if myname="" or myname<>guests(myid,0) or Session("mytemp")<>guests(myid,1) then login=false else login=true end if application.unlock email = Request.cookies("guest_email") web = Request.cookies("guest_web") addr = Request.cookies("guest_addr") if addr = "" then addr = "http://" %>
|