Results 1 to 2 of 2

Thread: What are the different types of cookies in ASP.NET?

  1. #1
    Join Date
    Apr 2016
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default What are the different types of cookies in ASP.NET?

    I know this question is popular but if in the interview the recruiter ask you to talk more detail about it, what would you say?

  2. #2
    Join Date
    Nov 2006
    Location
    chertsey, a small town 25 miles south west of london, england.
    Posts
    2,429
    Thanks
    5
    Thanked 290 Times in 283 Posts

    Default

    Hi there captainbarner,

    bearing in mind that I am totally unfamiliar with ASP.NET, I could reply that it has two types of cookies...

    1. Persistent cookies:
      These 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. It is saved as a text file in the
      file system of the client computer usually under Temporary Internet Files folder.
    2. Non-persistent cookies:
      Non-persistent cookies also called as Session cookies or In-memory 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.


    coothead
    ~ the original bald headed old fart ~

Similar Threads

  1. Replies: 16
    Last Post: 11-11-2009, 07:30 AM
  2. Doc Types for CSS
    By angela404 in forum CSS
    Replies: 4
    Last Post: 09-26-2008, 03:48 AM
  3. rieving image types/mime types
    By JShor in forum PHP
    Replies: 3
    Last Post: 08-24-2008, 07:03 PM
  4. MIME types
    By lord_havoc in forum Other
    Replies: 3
    Last Post: 09-25-2007, 03:45 PM
  5. Distinguishing # types
    By helpless in forum JavaScript
    Replies: 1
    Last Post: 12-18-2006, 08:30 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •