G
gnewsgroup
I googled "useuri", but nothing helpful turns up.
The forms authentication of my web application works perfectly if I
set
cookieless="UseDeviceProfile".
I want to test cookieless forms authentication, so in Web.config I
changed it to
cookieless="UseUri"
Apparently something else needs to be done in the code-behind if we do
UseUri, but I cannot find any documentation or helpful discussion
about this on the Web.
Any idea?
Thanks.
The forms authentication of my web application works perfectly if I
set
cookieless="UseDeviceProfile".
I want to test cookieless forms authentication, so in Web.config I
changed it to
cookieless="UseUri"
Apparently something else needs to be done in the code-behind if we do
UseUri, but I cannot find any documentation or helpful discussion
about this on the Web.
Any idea?
Thanks.