How is the comparison of objects done in php?
No Answer is Posted For this Question
Be the First to Post Answer
Can php replace javascript?
What is a php form?
How to enable cURL in PHP?
What is fulltextsearch
What is string and its function?
when will be syndicate bank written exam ? i need the date of exam
What is difference between mysql_connect and mysqli_connect?
Tell me what is the actually used php version?
How can we determine whether a variable is set?
If we login more than one browser windows at the same time with same user and after that we close one window, then is the session is exist to other windows or not? And if yes then why? If no then why?
What is the use of imagetypes() method?
1.Where are the sessions storing ? 2.What are the contents of a session file ? 3.If the server is loaded with too many session files there is a possibility of server crash. How can we solve this issue? 4. How does php server identify that the particular session belongs to particular user ? For ex: If two users A and B logged from different machine, separate session files (say 1 and 2) will be created in the server. But how the php knows that 1 belongs to A and 2 belongs to B ?