How session works (internal processing of session) ?
Answer Posted / vaibhav jain
server knows this info by the session ID that is generated.
All the values are under a session ID, which is unique.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What does the unset() function means?
What is psr in php?
Differentiate between require and include?
How to remove blank spaces from the string?
Explain what are psrs? Choose 1 and briefly describe it?
What is the purpose of php?
Which php framework is best?
What is polymorphism in php?
What is $this in php?
What is __ construct in php?
When a conditional statement is ended with an endif?
What is a base url?
Explain me how failures in execution are handled with include() and require() functions?
What is the difference between unset and unlink?
How do you destroy a session?