We can turn session support in two ways,
Set session.auto_start = 1 in php.ini file of your php installation this enables the session support for your entire site.
Call session_start() funtion.
This enable the session in that page, this should be a first statement in that page.
Learn to Develop an iPhone or iPad App in 4 Weeks Learn the latest and greatest markup language in the market with Robin Nixon(HTML & HTML5) Now $29 Only(75% Off)
We can turn session support
Wed, 06/18/2008 - 02:52 — adminWe can turn session support in two ways,
Set session.auto_start = 1 in php.ini file of your php installation this enables the session support for your entire site.
Call session_start() funtion.
This enable the session in that page, this should be a first statement in that page.