I have a common login app written in ASP.NET 1.1 that I share across several 1.1 apps. Each app has the proper forms authentication and grabs the cookie created by the login app, and all is good. I'm ...