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

How do I end a php session?

0 Answers  


Tell me what is the difference between the functions strstr() and stristr()?

0 Answers  


What is use of isset function in php?

0 Answers  


What are the differences between mysqli_connect and mysqli_pconnect?

0 Answers  


What are the characteristics of php variables?

0 Answers  






Write a function that takes "depth" as argument and return sum of node's data of that depth. For instance, (0) depth 0 / \ (10) (20) depth 1 / \ (40) (50) depth2 If I pass get_sum_by_depth(2) , it would return 90 (i.e. 40 + 50 )

0 Answers   Amazon,


Why php 7 is faster?

0 Answers  


What library is used for pdf in php?

0 Answers  


How session manage in wordpress

1 Answers   HCL, ITBS, TCS,


Php code to find whether a number armstrong or not?

0 Answers  


How to find current date and time?

0 Answers  


How to print \ in php. Only \ with out using . or *.

7 Answers   American Solutions,


Categories