Проверка подлинности на основе форм в ASP.NET без печенек
Is it possible that form authentication can work in asp.net without cookies? I have learnt some where that without cookies authentication work normally but with help of token in query string but when I am disabling cookies my form authentication is failing with message in browser "This page was prevented from setting cookies" Do I need to make some configuration changes to make it work with help of query string token? What I have tried: Form authentication work normally after enabling cookies.