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 / mahesh

#1) Session serv path / session ina file

#4) When A user login in one system and in perticular
browser means, session id set for A user with browser type
and system ip address. similarly B user had separate id. So
system wont get confused.

If A user get logged in the one browser at one system means,
A user cant log in with another username in same browser in
same same system. Because first username is already logged
in... You can logged in different browser in same system.
If you had doubt means try it..

#3) There is no relation between server crash and session
files upload. Session will timed out according to session
time set.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Tell us what does $_cookie means?

1060


How can we access the data sent through the url with the get method?

1247


How can we display information of a variable and readable by a human with php?

1010


How to swap two variables without using 3rd temp variable.

965


Explain Type hinting in PHP?

1083


What are the features of php 7?

1143


Which have the fastest execution between mysql_fetch_array() and mysql_fetch_assoc()

2391


Tell me what does $_env means?

1006


What is the main difference between php 4 and php 5?

1026


What is isset post?

1070


Write a php script to get the largest key in an array?

1086


How do you use bcrypt for hashing passwords in php?

1132


What is the static variable in function useful for?

1025


Is php secure?

1028


What are the design patterns in php?

1049