Session and cookies
am 07.09.2007 08:37:43 von msainirupanDear all
What is session and cookies in php? could u please give some examples
of websites for thsi
thank u
Dear all
What is session and cookies in php? could u please give some examples
of websites for thsi
thank u
On Sep 7, 11:37 am, msainiru...@gmail.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!
http://satya61229.blogspot.com