What is a http session?



What is a http session?..

Answer / Vinay Kumar Soni

An HTTP session is a series of communications between a client (browser) and a server, maintained by a unique identifier (session ID), which allows the server to recognize the client during subsequent requests. This enables the server to store information about the user as they navigate through different pages on the website.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More PHP Interview Questions

Explain me what is x+ mode in fopen() used for?

1 Answers  


How do I open a file to write content to?

1 Answers   Rushmore Consultancy,


Which php global variable is used for uploading a file?

1 Answers  


What is mem_cache ? How do you put a database query into that ?

5 Answers   NIIT,


What are magic methods?

1 Answers  


What are php variables?

1 Answers  


What is the function to count elements in an array in PHP?

1 Answers  


How can I make a script that can be bilingual (supports english, german)?

1 Answers  


Explain about objects in PHP?

1 Answers  


What is file upload?

1 Answers  


How can I reverse sort an array keeping the correlation between the index and value?

2 Answers   Rushmore Consultancy,


What is the best php version for wordpress?

1 Answers  


Categories