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 |
What is the main difference between require() and include()?
Is json a string php?
Tell me how do I check if a given variable is empty?
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??
How can you encrypt password using php?
Write a query to to delete duplicate rows?
What is php.ini & .htacess file?
What is the difference between mysqli_fetch_object() and mysqli_fetch_array()?
What is the difference between php and core php?
What does addslashes do in php?
write a program to print [123] [456] [789] note : braces also need to be printed
What are the differences between PHP3 and PHP4 versions?