Posted by Satya on 09/07/07 07:33
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
Navigation:
[Reply to this message]
|