Home > front end >  Account login problem
Account login problem

Time:12-12

How to realize the local area network (LAN) in different computers use different account access project? I made a website on a computer, log on to an account, after another computer to access the website at the same time also shows the account in the login state,

CodePudding user response:

Use database, state the login and password in a data table, read login on it

CodePudding user response:

reference 1/f, G fruit response:
with database, state the login and password in a data table, just log in reading the login status

This is how I store data, but access to another computer, also identify the login status, you can open a page, so you don't have to login the login is the same account,

CodePudding user response:

Don't know if it is related to express - the session Settings, who has a standard set of methods?

CodePudding user response:

Usually use the session to judge different computer session,


CodePudding user response:

The session is usually use to judge, the same computer to replace the browser can test,
  •  Tags:  
  • IIS
  • Related