![]() |
|
|
#1 (permalink) |
|
Registered User
Join Date: Jul 2005
Posts: 8
|
SSL, ASP.net and Login Pages
I have a site which I would like to add a login system to.
The content being protected isn't sensitive as such, but a login would be useful for allowing users to customise the viewing experience. I would like to process a login request using ASP.NET in a secure SSL folder so as to protect the information being sent over HTTP and avoid any potential interception. ASP.NET will flop out an authentication cookie, but is this cookie available for use in files outside the SSL folder? For example, if the user is logged in, it would be useful to present a welcome message on the front page of the site. |
|
|
|
|
|
#2 (permalink) |
|
Administrator
Join Date: Oct 2003
Posts: 1,484
|
It is quite possible to have a single sign on for multiple app domains, but all domains need to be on the same domain, but can be on different sub domains.
You can find an article about it here http://www.codeproject.com/aspnet/as...nglesignon.asp I have done similar things before, although I can't find the article I used. Hope that helps Jas
__________________
Jason Robbins jason@catalyst2.com |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|