Live Chat Icon For mobile
Live Chat Icon

What are the disadvantages of setting cookieless to true

Platform: ASP.NET| Category: Session

Setting Cookieless=true implies some restrictions, mainly:

  1. You cannot use absolute link in your pages.
  2. You have to perform additional steps to switch between http and https pages in your application.
  3. If your 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.

Share with

Related FAQs

Couldn't find the FAQs you're looking for?

Please submit your question and answer.