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? Link to comment https://forums.phpfreaks.com/topic/294331-implications-of-_serverremote_port/ 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. Link to comment https://forums.phpfreaks.com/topic/294331-implications-of-_serverremote_port/#findComment-1504710 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.