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?
Answers were Sorted based on User's Feedback
Answer / suhasini
as far as my knowledge is concern .. to store sessions u've
to give path for session.save_path variable in php.ini file
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / nikunj
session.save_path variable hold path for storing session.
in unix system it's generally set to /tmp dir.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / palaniraja.wordpress.com
wht changes u've to made before using sesssions in ur php
program first time?
session_start();
and you have to be sure that no data was sent to client else
it would through an error.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / gurpreet panesar
session.save_path is used to save the temporary session
value in the specified location
Is This Answer Correct ? | 0 Yes | 0 No |
What is a definer in mysql?
How do you trim spaces in excel?
What is form submission?
equivalent code for the following c program in php void main() { int i=5;printf("%d",i); }
How many types of php are there?
How can we register the variables into a Session?
7 Answers HCL, Star Computers, Trikon Networks,
Please explain is it possible to use com component in php?
How do functions work?
How to get no of arguments passed to a PHP Function?
Who developed php?
Hi all, I have a problem in Apache on windows xp.I tried to unistall apache and install it again. But when in did the installation again, and tried to run apache, i get the following error message, Socketaddresse can just be used once. Make_sock: could not build to address 0.0.0.0.80 No listening sockets available.Shutting down Unable to open logs. and i also get (error) OS2. The system cannot fine the installed service named "Apache2". Please i need some one to help me out with this.I'm really fustrated cuz i need this stuff working as fast as possible. PLEASE HELP ME
What is super keyword in php?