NotionCommotion Posted February 3, 2015 Share Posted February 3, 2015 Doing some troubleshooting, and I see that the value of $_SERVER['REMOTE_PORT'] changes on every request. Per http://php.net/manual/en/reserved.variables.server.php: 'REMOTE_PORT' The port being used on the user's machine to communicate with the web server. Is this normal? Quote Link to comment Share on other sites More sharing options...
scootstah Posted February 3, 2015 Share Posted February 3, 2015 Yes, it's normal. Usually the client will pick a random port. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.