Use of Session

Answers were Sorted based on User's Feedback



Use of Session..

Answer / tulika sinha

A PHP session variable is used to store information about,
or change settings for a user session. Session variables
hold information about one single user, and are available
to all pages in one application

Is This Answer Correct ?    5 Yes 0 No

Use of Session..

Answer / rajaneesh

Session variable helpus to check the user is correct
authentified one when he/she visit each pages

Is This Answer Correct ?    5 Yes 0 No

Use of Session..

Answer / lakshmi

session are objects and not text files used to store data
and help servlet to transfer this data to other servlet
invocation so that the WEB SERVER understands that these
requests have come from the same client.




Is This Answer Correct ?    3 Yes 0 No

Use of Session..

Answer / psharma05

it is used for statemanagement. used for authentication.

Is This Answer Correct ?    0 Yes 0 No

Use of Session..

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

Use of Session..

Answer / sudheer

session is server side storage storage memory

Is This Answer Correct ?    1 Yes 6 No

Post New Answer

More PHP Interview Questions

Can we extend multiple classes in php?

0 Answers  


How do I run a php script?

0 Answers  


What are the differences between session and cookie?

0 Answers  


Can you specify the "new line" character in single-quoted strings?

0 Answers  


Is age nominal or ordinal?

0 Answers  






what is the dirrence in PHP4 & PHP5 . ?

8 Answers  


How I use global variable in another page without using $_GET method?

9 Answers  


What is the Pipe Symbol represented?

0 Answers  


What changes I have to do in php.ini file for file uploading?

0 Answers  


What is isset php?

0 Answers  


I need to know about the courses which are useful in corporate companies.. especially php/mySQL, Java/j2ee, .NET.. also tell if any other courses are valuable

0 Answers  


What are the four scalar types of php?

0 Answers  


Categories