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
How I can control asset documents without GR/IR?
Tell me how comfortable are you with writing html entirely by hand?
What is difference between static and final in php?
What is the name of scripting engine in php?
What is the static variable in function useful for?
Tell me what is the difference between ereg_replace() and eregi_replace()?
Write logic to print Floyd's triangle in PHP?
Explain me what are the 3 scope levels available in php and how would you define them?
Is empty array php?
What is polymorphism with example in php?
What is $this in php?
What is php and sql used for?
What is design pattern? Explain all including singleton pattern?
How to read the entire file into a single string?
How the values are ordered in an array?