Use of Session

Answer Posted / sagar_joshi

Session support in PHP consists of a way to preserve
certain data across subsequent accesses. This enables you to
build more customized applications and increase the appeal
of your web site.

A visitor accessing your web site is assigned a unique id,
the so-called session id. This is either stored in a cookie
on the user side or is propagated in the URL.

Is This Answer Correct ?    0 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a php form?

546


What is prepared statement in php?

590


What is helper library?

513


What is the use of namespace in php?

555


Why do we use cookie?

550






Tell me what is the use of mysql_real_escape_string() function?

541


What is abstract class in php?

517


armstrong number by using php while number is given by the keyboard.?

1701


Explain the difference between $var and $$var?

539


Does https prevent csrf?

520


What is the different between count() and sizeof() in php?

520


How to include a file to a PHP page?

590


Which is better session or cookie?

530


Can you use php and javascript together?

561


What are advantages of .htaccess?

533