Session and cookies

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • msainirupan@gmail.com

    Session and cookies

    Dear all
    What is session and cookies in php? could u please give some examples
    of websites for thsi
    thank u

  • Satya

    #2
    Re: Session and cookies

    On Sep 7, 11:37 am, msainiru...@gma il.com wrote:
    Dear all
    What is session and cookies in php? could u please give some examples
    of websites for thsi
    thank u

    Session data is stored on server - cookie data is stored on client
    side/machine

    In session data server need just one cookie to tell who is the the
    owner of the various sessions stored on the server. as http is
    stateless protocol.

    check: http://php.net site for more.

    Bye!
      About This blog has moved to www.satya-weblog.com. Thank You!



    Comment

    Working...