What is the definition of a session?



What is the definition of a session?..

Answer / Rekha Meena

In PHP, a session refers to a mechanism that allows for storing data about a user on the server side. This data persists across multiple requests from the same user, providing a way to maintain state between pages without requiring the user to continuously log in.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More PHP Interview Questions

What is the main difference between require() and include()?

1 Answers  


Is json a string php?

1 Answers  


Tell me how do I check if a given variable is empty?

1 Answers  


I just installed php 5.3.1 in my linux server and now my old work which i used to write with tags is not working at all.. Please help me out.. How can i resolve this??

1 Answers  


How can you encrypt password using php?

1 Answers  


Write a query to to delete duplicate rows?

4 Answers   ATS,


What is php.ini & .htacess file?

1 Answers  


What is the difference between mysqli_fetch_object() and mysqli_fetch_array()?

1 Answers  


What is the difference between php and core php?

1 Answers  


What does addslashes do in php?

1 Answers  


write a program to print [123] [456] [789] note : braces also need to be printed

2 Answers   Net Solution,


What are the differences between PHP3 and PHP4 versions?

1 Answers  


Categories