The web system determines the login of the same user from two locations

Source: Internet
Author: User
Write at login
<%
Rszt ("SSID") = session. sessionid 'database write session. sessionid prevents multiple user logins
Session ("SSID") = session. sessionid corresponds to a session ID when each client logs on.
'Write IP address and login user information
%>
Refresh check
<%
Set rs = server. Createobject ("ADODB. recordset ")
Rs. Open "select * From oa_ygdqzt where ygbh =" & SESSION ("uygbh"), Conn, 3, 2
If not Rs. EOF then
'Response. Write RS ("SSID") & "--" & SESSION ("SSID ")
Strip = RS ("userip ")
If RS ("SSID") <> SESSION ("SSID") then' is used to determine whether the user logs in elsewhere.
Response. Write "<script language = 'javascript '>"
Response. Write "alert ('this account is logged in on" & Strip & "and you are forced to log out. \ N if you have any questions, contact the administrator! ');"
Response. Write "window. Parent. Close ();"
Response. Write "</SCRIPT>"
End if
End if
Rs. Close
%>

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.