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?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to turn on the session support in php?

526


What is php's mysqli extension?

565


For image work which library is used in php?

528


What is the sign to start variables in PHP?

590


Why did you choose this particular career path?

8352






Can we embedded directly PHP code into XHTML document? State Whether True or False?

1262


Is not null mysql?

541


What are the uses of explode() function?

557


What is Mcrypt used for?

577


How to implement a class named dragonball. This class must have an attribute named ballcount (which starts from 0) and a method ifoundaball. When ifoundaball is called, ballcount is increased by one. If the value of ballcount is equal to seven, then the message you can ask your wish is printed, and ballcount is reset to 0. How would you implement this class?

628


Why session is required?

514


What is php addslashes?

539


Can we override magic methods in php?

534


What is a php class?

536


How to convert strings to upper or lower cases?

558