Skip to main content
Known Participant
January 24, 2014
Question

Accessing Login page from CF

  • January 24, 2014
  • 1 reply
  • 621 views

My dept is using one asp web app and one cf web app.

Both apps. kind of related, many people use both, sometimes at the same time.

To access these two apps, admin and users are using the same username and password.

I'm trying to build a login interface on the CF app. for users to login into the asp application, eliminating the need for users to open

another when they are already in the CF app.

So I use CF Hot Link technique (using cfhttp url="url for the asp login UI"> and I got the asp login screen show up on my CF web app.

How can I get this login "talk" to the action page on the asp side? is it even possible?

Thanks,

Alec

This topic has been closed for replies.

1 reply

BKBK
Community Expert
Community Expert
January 31, 2014

Use the fields you obtain from the ASP login page to create a form in CFM. Then set the form attributes as follows: method="post" and action="URL_of_ASP_action_page".