Protected: 调用 Discuz! X1.5 的登录注册[跨目录跨域名]
潜水4,780人There is no excerpt because this is a protected post.
There is no excerpt because this is a protected post.
asp禁止规定时间内重复登录,否则强制退出。在application中设置了一个数组,记住了每一位在线的会员,,我可以通过判断每位登陆的用户名去数组里找是否存在,以此让会员不能重复登陆, 使用了Application全局变量 如下: ------------...