ASP.NET 2.0 Cookieless Session problems
Has anyone had any problems with using Cookieless sessions in asp.net 2.0 and forms authentication? We're testing an app using cookieless=useuri and though it puts a session id in the URL, if you turn cookies off on a browser forms authentication appears not to work.
Has anyone seen this on 2.0 before and perhaps know of a work around?