What are the disadvantages of setting cookieless to true?

 Posted by vishalneeraj-24503 on 8/1/2014 | Category: ASP.NET Interview questions | Views: 1816 | Points: 40
Answer:

Setting Cookieless = true implies some restrictions,mainly:-
1). We can not use absolute link in our pages.
2). We have to perform additional steps to switch between http and https pages in our application.
3). If our customer sends a link to a friend,the URL will contain the session ID and both users could be using the same session ID at the same time.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response