Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 to remove the new line character from the end of a text line?

0 Answers  


Tell me how do you execute a php script from the command line?

0 Answers  


Why should I learn php?

0 Answers  


How do you check if a variable has not been set in php?

0 Answers  


What is the difference between using copy() and move() function in PHP file uploading?

5 Answers  


What are global variables in php?

0 Answers  


How the values are ordered in an array?

0 Answers  


What are php keywords?

0 Answers  


What is substr() in php? And how it is used?

0 Answers  


What is self in php?

0 Answers  


How to install PHP with --mcrypt and --mhash?

1 Answers  


Why php is used?

0 Answers  


Categories