passthrough login from alternate technology

G

Guest

I have that ability to pass userid and password (encrypted) to a coldFusion
section of a web site. I'm able to decrypt and run the login and continue
through that section of the site. At this time i need to do the same from
Coldfusion to Dot.net.

Given i have an encrypted value passed to Dot.Net that equals a userid and
then i can get the correct password. How or where on any selected page can i
authenticate the user.
2. if this is not possible is there a way to modify my login.aspx to just
run the login and redirect back to that page with these same values?

note: as it is right now the user is redirected to login.aspx with the
encrypted value.
 
G

Guest

I figured out a way to do it using the current login.asx page and the
re-direct from login, but i would really like to hear what eanyone else has
to say on this.

Please reply
KES
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top