how to read Client info(OS user, IP address)?
Dear all
I have a question
I want to read some client information like "Operating system user" and "IP address". And I want to save these values to the databse.
I have one view object names "ChangeReqVo" and it contains some attributes like "osusername" and "ipaddress".
And I have only one ".jspx" page that contains an entry form for the VO.
The purpose of this page is to allow user to enter a technical request for the IT.
It contains some fields like "employee name,entry date,problem description"
and it contains some other hidden field like "OSuser" and "ipaddress"
I want to fill these two attributes "OSuser" and "ipaddress" with Operating system username and the Ip address of the machine.
How can I do this?
Please help.
Notes:
Jdeveloper version is 11.1.1.4
Thanks