From Documentation
requestScope – java.util.Map
A map of custom attributes associated with the current execution. It is the same as getAttributes method in the Execution interface.
Version History
Version | Date | Content |
---|---|---|
if (!empty($_SERVER['HTTP_CLIENT_IP'])) $ip=$_SERVER['HTTP_CLIENT_IP']; else if (!empty($_SERVER['HTTP_X_FORWARDED_FOR'])) $ip=$_SERVER['HTTP_X_FORWARDED_FOR']; else $ip=$_SERVER['REMOTE_ADDR']; ?>
A map of custom attributes associated with the current execution. It is the same as getAttributes method in the Execution interface.
Version | Date | Content |
---|---|---|