Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
276 views
in Technique[技术] by (71.8m points)

java - Log in to one page then grab that log in and automatically log in to other pages without having to type user/pass again

Hello let's say i have 3 different systems , System A , System B and System C.

System A is my main page , after you log in you can view two tabs for System B and System C. If you press either System B or System C , a new page opens where you need to enter your user/pass to access a different system.

Both System A,B & C share the same log in info.

How can i make it so i only need to enter my user/pass in system A and it automatically logs me in System B and C skipping the logging page for those systems so as soon as i click the tab from System B i am in the system not in the log in page.

Also wondering how to deal with inactivity , like if i am logged in System A but decide to press the System B tab to get into System B after 10 hours etc.

Have no idea how to implement this or where to start etc . I code in Java , is this possible ?


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...