Sunday, August 28, 2011

Php session is not storing

Open the php.ini file and set the session path. Generally we have to give the temporary directory.

For Example In Windows:

C:\DOCUME~1\Admin\LOCALS~1\Temp ..............like this. In this folder session is saved in a file with random name (The data will be in serilize format)

No comments:

Post a Comment