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

Which is used to maintain the value of a variable over different pages?

0 Answers  


Where is session value stored php?

0 Answers  


Is php coding easy?

0 Answers  


Explain me what are the main error types in php and how do they differ?

0 Answers  


What are properties in php?

0 Answers  






What is the difference between "echo" and "print" in php?

0 Answers  


!== represents what?

2 Answers  


write a program to generate bill screen 1.1st page should get the number of products to be billed. 2.2nd page should display the number of rows according to the number of products given in the first page. 3.Each row should have a text box for a.product name b.quantity c.unit price d.item price = quantity x unit price This should be automatically calculated not to be entered by the user. 4.After entering the products calculate sales-tax for the total amount which 8.25%. 5.After entering these values you have to generate the bill in the next page with a unique number for the bill. can anyone solve this problem..i am in need to solve this problem..pls help me

1 Answers   Yahoo,


What is get and post method in php?

0 Answers  


What do the initials of php stand for?

0 Answers  


How can I retrieve values from one database server and store them in other database server using PHP?

1 Answers  


What are the functions used in php?

0 Answers  


Categories