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

what is Abbreviavion of PHP?

6 Answers  


How can you submit a form without a submit button?

0 Answers  


How is php different from other languages?

0 Answers  


What is pdo classes?

0 Answers  


What is the definition of a session?

0 Answers  


What are the environmental variables?

0 Answers  


What does the function get_magic_quotes_gpc() means?

0 Answers  


What is PEAR in PHP?

3 Answers  


What is session php?

0 Answers  


Can we learn php without html?

0 Answers  


what is the best function that can be used to connect to mysql database and in what cases that we can use below functions ? 1. mysql_connect() 2. mysql_pconnect() please give your answer with all pros and cons

1 Answers  


What is an example of a variable?

0 Answers  


Categories