logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • What's the difference between Session and Cookie?


  • Correct Answer
  • The principle distinction amongst sessions and cookies is that sessions are put away on the server, and cookies are put away on the client's PCs in the content record position Cookies can not hold various variables,But Session can hold numerous variablesWe can set expiry for a cookie,The session just stays dynamic the length of the program is openUsers don't have admittance to the information you put away in Session,Since it is put away in the server Session is mostly utilized for login/logout reason while cookies utilizing for client movement following 

  • Tags: Database Administrator

    Technology problems


    Search Results


    • 1. What is the purpose $_PHP_SELF variable?
    • Discuss
    • 2. What's the difference between GET() and POST() method?
    • Discuss
    • 3. What is the difference between _construct() and _destruct() methods in php?
    • Discuss
    • 4. What is the difference between the functions unlink and unset in PHP?
    • Discuss
    • 5. Describe how to create a simple AD rotator script without using database in PHP.
    • Discuss
    • 6. How to create a basic text file in php?
    • Discuss
    • 7. What is ANALYZE command used for?
    • Discuss
    • 8. What are the uses of synonyms?
    • Discuss
    • 9. What are Cursors? Explain Types of cursors in PL/SQL
    • Discuss
    • 10. What are PL/SQL Subprograms? What are its Advantages ?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment