Whats the difference between using Cookieless = "True"; and Cookieless = "UseUri";
I Know both HttpCookieMode enumerated values in Cookieless attribute cookieless session , which will manage session by inserting session id in the url. But whats the difference between them?