J
Janaka
I've read the material on Forms Authentication and I've set this up for
several websites without any problems. Basically there's 2 applications for
each site.
1. The "www" application for the non-secure pages - http://www.domain.com
2. The "secure" application for sensitive pages like checkout, login,
tc - https://secure.domain.com
All sites follow this format. The application files are on physically
seperate machines.
Now the problem I'm having is that I'd like to use the Forms Authentication
cookie to see whether the user has been authenticated on my "www" pages.
However, it appears as if they haven't logged in. I had a look at the msdn
article to set up authentication across appplications
(
http://msdn.microsoft.com/library/d.../html/cpconformsauthenticationcredentials.asp )
but found the isolateApplications attribute doesn't exist??
As you can see this isn't stated on the <machineKey> reference either:
http://msdn.microsoft.com/library/d...n-us/cpgenref/html/gngrfmachinekeysection.asp
Has anyone gotten forms authentication to work between 2 applications? I'd
like to use SSL for my login page but it appears that won't work because the
first part of the domain is different?
several websites without any problems. Basically there's 2 applications for
each site.
1. The "www" application for the non-secure pages - http://www.domain.com
2. The "secure" application for sensitive pages like checkout, login,
tc - https://secure.domain.com
All sites follow this format. The application files are on physically
seperate machines.
Now the problem I'm having is that I'd like to use the Forms Authentication
cookie to see whether the user has been authenticated on my "www" pages.
However, it appears as if they haven't logged in. I had a look at the msdn
article to set up authentication across appplications
(
http://msdn.microsoft.com/library/d.../html/cpconformsauthenticationcredentials.asp )
but found the isolateApplications attribute doesn't exist??
As you can see this isn't stated on the <machineKey> reference either:
http://msdn.microsoft.com/library/d...n-us/cpgenref/html/gngrfmachinekeysection.asp
Has anyone gotten forms authentication to work between 2 applications? I'd
like to use SSL for my login page but it appears that won't work because the
first part of the domain is different?