logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • What is a Session?


  • Correct Answer
  • A session is a logical object created by the PHP engine to allow you to preserve data across subsequent HTTP requests Sessions are commonly used to store temporary data to allow multiple PHP pages to offer a complete functional transaction for the same visitor 


  • Technology problems


    Search Results


    • 1. What are the differences between GET and POST methods in form submitting?
    • Discuss
    • 2. What is the functionality of md5 function in PHP?
    • Discuss
    • 3. How can we find the number of rows in a result set using PHP?
    • Discuss
    • 4. What is the maximum size of a file that can be uploaded using PHP and how can we change this?
    • Discuss
    • 5. How can we get the browser properties using PHP?
    • Discuss
    • 6. How do you destroy a particular or all Sessions?
    • Discuss
    • 7. Explain include(), include_once, require() and require_once.
    • Discuss
    • 8. How can we extract string "abc.com" from a string "https://info@abc.com" using regular _expression of php?
    • Discuss
    • 9. What are the different types of errors in php?
    • Discuss
    • 10. What is the functionality of the function strstr and stristr?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment