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 |
Is session a cookie?
Tell me what sized websites have you worked on in the past?
Can I run php without xampp?
Tell me what is the difference between ereg_replace() and eregi_replace()?
What is the difference between php and javascript?
What is a php form?
What is the use of strpos in php?
Which are the best start and end tags to use?
what is the post and get method??
Explain the difference between unlink() and unset()?
Do you know what does mvc stand for and what does each component do?
What is abstract class in php?