Rajesh Gami
What is the timeout of Cookie?
By Rajesh Gami in .NET Standard on Feb 26 2018
  • Rajesh Gami
    Feb, 2018 26

    The default time for a Cookie to expire is 30 minutes.

    • 2
  • Abhijit Sahoo
    Jul, 2018 4

    The default Expires value for a cookie is not a static time, but it creates a Session cookie. This will stay active until the user closes their browser/clears their cookies. You can override this as required.

    • 1
  • Deepak Verma
    May, 2018 21

    The default Expiration Period for a Cookie is 30 minutes and the default Expiration Period for a Session is 20 minutes.

    • 1
  • Rajeev Kumar
    Apr, 2023 17

    The default time for a Cookie to expire is 30 minutes

    • 0
  • nithin raj
    Oct, 2018 22

    30 minute is the default timeout of cookies ,we can set timeout by using expire keyword

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS