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 ?

Answer Posted / dharmaraj.a

4. When session_start() a session id will be generated and
it will be placed in a client machine in a cookie. If
suppose the cookie is disabled in client machine then the
session id will send through the url.

Is This Answer Correct ?    2 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to calculate the length of a string?

558


What is difference between web service and api?

515


What is in a cookie?

551


How do you find the length of a string in php?

516


What are the advantages of stored procedures, triggers, indexes in php?

507






What is meant by pear in php? What is the purpose of it?

524


How to read the entire file into a single string?

571


Explain about the connective abilities of the PHP?

602


Where php language is used?

529


Is it worth learning php in 2019?

528


Is it difficult to learn php?

539


Where php basically used?

568


How to convert one date format into another in php?

489


What is the difference between array_merge() and array_merge_recursive() in php?

546


Is php faster than javascript?

515