where a user has to login. After he logged in successfully, he should be able to go to another website ( different URL)

Post a reply


This question is a means of preventing automated form submissions by spambots.
Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :arrow: :| :mrgreen: :geek: :ugeek:

BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: where a user has to login. After he logged in successfully, he should be able to go to another website ( different URL)

where a user has to login. After he logged in successfully, he should be able to go to another website ( different URL)

Post by Guest » Tue 22 Jan 2019 12:07 pm

Hi, another difficult question,
Scenario:
I have one website, where a user has to login. After he logged in successfully, he should be able to go to another website ( different URL) and the login of the first site should be also the login of the second site. The user is added with the same login data on the second site. Some how like that:
first site: login is username: abc, password: 123. link to the other url:
domain.com/username:abc, password:123
Reason:
I don't want that the user need to login twice.
is that possible?
I hope I explained my task properly. Thanks Klaus Fuchs

Top