RSS

Tag Archive | "PHP"

PHP: Sessions vs Cookies

Thursday, September 13, 2007

3 Comments

HTTP is a stateless protocol, which means that as soon as a page has been sent to the client and the connection is closed any data that has been stored is lost. As a PHP Developer, you often need a way of storing information across multiple pages of your website. The potential uses for this [...]

Continue reading...