Posts Tagged ‘set_cookie’

PHP Cookies

This item was filled under [ PHP & MySql, References ]

Cookies are just like sessions used for storing data that needs to be remembered and accessed from different files. However, unlike sessions, cookies are saved on the user’s browser ( client-sided ). They can be stored in there for any period unlike sessions ( which are saved for a constant ‘session period’ ). However, they [...]

Continue reading...

Tagged with: [ , , ]