关于COOKIE重写的问题,比较麻烦!哪位大虾帮忙看看
海大富运动 2004-11-26 09:30:44 Login.asp页面
response.cookie("aa")=xx
index.asp页面
sub
If DateDiff("n",landtime,now())>1 Then
sql="update [User] set LandTotalTime=LandTotalTime+1 where username='"&Request.Cookies("username")&"'"
else
sql="update [User] * where username='"&Request.Cookies(username")&"'"
End If
rs.Execute(sql)
Response.Cookies("xx")=now() //这个变量好象没有改变Login.asp的变量值
end sub