PHP Sessions and Cookies

PHP Session Configuration

PHP has several configuration directives to control session handling processes like session upload and URL rewriting. These are set with PHP ...

April 24th, 2014

PHP Session Encode Decode

In PHP, session encodes and decode operations are automatically performed while storing session data in memory and reading stored sessions, ...

November 22nd, 2013

PHP Session Vs Cookies

Sessions and cookies are the global storage used to store data to be persistently available all over the site. These globals can be accessed ...

April 17th, 2013

↑ Back to Top