Submitted Questions

  • PHP Session

    Where does the session stored, either client side or server side?

    PRASHANT PRAKASH WADIKAR

    • Mar 8th, 2018

    Session stored on server side

    sagar

    • Jan 6th, 2018

    Session stored on server side and cookies stored on client side.
    session start using session_start(); method and destroy using session_destroy(); method