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 is php built on?
Tell me how can we display information of a variable and readable by human with php?
What are some new features introduced in php7?
Why should I store logs in a database rather than a file?
What is the role of the .htaccess file in php?
What is exception handling in php?
Write a program to swap two numbers using php.
What is php session_start() and session_destroy() function?
How to write in a file in php?
Explain about getters and setters in php?
Is array empty php?
How to avoid the undefined index error?
Tell us how to redirect a page in php?
Which php framework is best?
Explain the changes in php versions?