A
Alex via DotNetMonster.com
Is there any way to share the form authentication info between ASP.NET 1.1
and ASP.NET 2.0 applications?
I am porting an ASP.NET 1.1 application to ASP.NET 2.0 and it does not see
cookies from other applications that are located on the same domain and works
under ASP.NET 1.1. When this application runs under 1.1 it works fine and
shares the login cookies with other apps.
All the application uses same manually set validationKey and decryptionKey
values.
and ASP.NET 2.0 applications?
I am porting an ASP.NET 1.1 application to ASP.NET 2.0 and it does not see
cookies from other applications that are located on the same domain and works
under ASP.NET 1.1. When this application runs under 1.1 it works fine and
shares the login cookies with other apps.
All the application uses same manually set validationKey and decryptionKey
values.