Sapna
How many types of cookies are available in asp?
By Sapna in ASP.NET on Jan 21 2011
  • kathir velu
    Jan, 2011 28

    There Are Two types of Cookies.

       *  Session Cookies
       *  Persistent Cookies

    Session Cookies:  Are stored in memory during the client browser session. When the browser is closed the session cookies are lost.

    Persistent Cookies: Are used to store information that identifies a returning user to a web site. You can set the date of expiration, which will also store in client computer hard drive.

    • 2
  • Yogendra Kumar
    Jan, 2011 24

    There are two type of cookies we use in ASP.Net...


    1- Persistent Cookie:-  A cookie which store your information in your hard disk, and it will stored till time either you will not delete that or cookie time period does not expire. it is browser independent cookie.

    2- Non - Persistent Cookie(Temprary cookie):- A cookie which will alive till that time untill your browser is alive, As you will logout to your browser or close your browser, cookie will get expire and user information would also be lost. So it is a browser dependent cookie,

    • 0
  • Manohar K.G.
    Jan, 2011 24

    they are 2 types of cookies.
    1)persistent Cookies & 2) Non-persistent Cookies

    Persistent cookies are stored on your computer hard disk. They stay on your hard disk and can be accessed by web servers until they are deleted or have expired. Persistent cookies are not affected by your browser setting that deletes temporary files when you close your browser.

    Non-persistent cookies are saved only while your web browser is running. They can be used by a web server only until you close your browser. They are not saved on your disk. Microsoft Internet Explorer 5.5 can be configured to accept non-persistent cookies but reject persistent cookies.


    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS