And in case of mobile phone internet access, how does the web server identify one visitor from another, through phone number?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It’s stored on the server. PHP stores the session data internally depending on how you’ve configured
session.save-pathSee here for more info : http://us.php.net/manual/en/session.configuration.php#ini.session.save-path
Mobile phone internet access works just the same as any other HTTP access. The browser initiates a connection and the session is managed in the normal way. Phone numbers don’t come into play at all