9
Reply

What is default cookie ?

Sandeep Kumar

Sandeep Kumar

8y
1.7k
0
Reply

    default cookie has no specific expiry

    30 minutes

    Default Cookie is Non-Persistent cookie.It is also known as domain specific cookie.

    Default Cookie is Non-Persistent cookie.It is also known as domain specific cookie.

    http://dotnet-munesh.blogspot.in/2013/12/cookies.html

    Default cookie has no specific expiry rather it creates session cookie which is active till the user browser is open however we can set cookie expiry as needed See link below for details about cookie flow - https://msdn.microsoft.com/en-us/library/ms178194.aspx

    Default cookie has no specific expiry rather it creates session cookie which is active till the user browser is open however we can set cookie expiry as needed See link below for details about cookie flow - https://msdn.microsoft.com/en-us/library/ms178194.aspx

    Default cookie has no specific expiry rather it creates session cookie which is active till the user browser is open however we can set cookie expiry as needed See link below for details about cookie flow - https://msdn.microsoft.com/en-us/library/ms178194.aspx

    The default cookie is In memory cookie. Persistent cookie is permanent cookie.