We have our own intranet. We want the current username and password for our intranet to be sent to the logon.csp. I have tried cookies and session variables but it appears as though I lose the session once I get to logon.csp from my asp page. Any ideas?
It is SSO (single sign on) related. You may consider:
1. LDAP, ADS.
2. NT Authenticaion.
3. Customized SSO, like the hidden form.
Regarding #3, you could auto submit the hidden form, then in the handler page to read the form variable and put it in session. ( There are two sessions, ASP session and CSP session.) During the processing, you may consider using encrypt / decrypt the user id and password in the hidden form.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.