Jump to content

[help+ask]sessions

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
3 replies to this topic

#1
kiddies

kiddies

    Programmer

  • Members
  • PipPipPipPip
  • 130 posts
what a session in php....anybody help me.....thanks

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
A session (in any web language) is a record of one user's visit at a site.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
kiddies

kiddies

    Programmer

  • Members
  • PipPipPipPip
  • 130 posts
thanks for your answer......now i've understood that means....

#4
John

John

    Writes binary right handed and hex left handed

  • Moderators
  • 6,321 posts
As an FYI, sessions are stored on the server.