3
Answers

difference between using value True and UseUri in Cookieless

Gaurav Singh

Gaurav Singh

9y
4.3k
1

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?
 
Answers (3)