Hi Gary,
To share authentication cookies across multiple ASP.NET web sites, you
simply ensure use the same machineKey in your web.config files.
1) To test this, you use following tool to create a machineKey and put it
in your web site's web.config files:
http://www.eggheadcafe.com/articles/GenerateMachineKey/GenerateMachineKey.as
px
2) When you have logged in to one web site, navigate to second web site in
the same browser session should identify you as logged. Put a asp:LoginName
control and you will see the user name.
If you need to share authentication cookies across ASP.NET 1.1 and 2.0, you
need to check following article too:
#How To Share Authentication Cookies across ASP.NET V1.1 and ASP.NET V2.0
Applications - ScottGu's Blog
http://weblogs.asp.net/scottgu/archive/2005/12/10/432851.aspx
Hope this helps.
Regards,
Walter Wang (
[email protected], remove 'online.')
Microsoft Online Community Support
==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.