Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 / sudhir sharma

In PHP server under session_save_path,
When user login a UID generate and it will passing into
client cookies if user cookies is turned on otherwise the
session can tracked by passing PHPSESSID as a get variable
to every pages.

2-The file contains the session name and data type of the
value, length and session time separated with | and :

3-There is no matter of server crash because of when the
user left the website the session became expired.So there is
no matter of server is loaded with session files.

4-By User Identification id (UID) generated according to
session generate..

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are escaping characters? Explain with an example?

1010


What is the advantage of runtime polymorphism?

990


What does pear stand for?

1017


What is factory pattern in php?

974


What is the differences between $a != $B and $a !== $B?

1143


What are the functions used in php?

1122


What is the use of $_request variable?

1072


What is whitespace in php?

1111


What is session in PHP. How to remove data from a session?

1045


How can we connect to a mysql database from a php script?

1170


Is PHP runs on different platforms (Windows, Linux, Unix, etc.)?

1113


What is lamp in php?

1012


What is mysql_fetch_row?

1107


How to remove duplicate values from a PHP Array?

1164


Can I learn php in a month?

1095