Where are the session values stored?
Answer / gokul
session data is stored in the server's /tmp directory in files that are named sess_ followed by a unique alphanumeric string (the session identifier).
| Is This Answer Correct ? | 0 Yes | 0 No |
What is active record in php?
What does the php error 'parse error in php - unexpected t_variable at line x' means?
What is the different between count() and sizeof() in php?
What is the difference between mysql_fetch_array() and mysql_fetch_assoc()?
What is the use of the function htmlentities?
What is memcache?
can anyone explain about stored procedure,Triggers and transaction in php?
How can a cross-site scripting attack be prevented by php?
Is null in php?
Is empty array php?
what is "mysql_pconnect", i know mysql_connect but what it is pconnect is their?
what is the importence of session.save_path in Php.ini file and wht changes u've to made before using sesssions in ur php program first time?