Clients identification problem [message #272428] |
Fri, 05 October 2007 00:58 |
ihtiramulhaq
Messages: 8 Registered: September 2007
|
Junior Member |
|
|
Hi
we have 3-tier architecture in our organization.when client login to data base we need to identify and store client's IP address,host name. for this we made procedure on database server .But problem with this is that when client login the IP address and host name of application server is stored in database not the client information.what is the solution please.
Best Regards
[Updated on: Fri, 05 October 2007 00:59] Report message to a moderator
|
|
|
Re: Clients identification problem [message #272454 is a reply to message #272428] |
Fri, 05 October 2007 02:03 |
kmmfoo
Messages: 38 Registered: June 2005 Location: massachusetts
|
Member |
|
|
Look for the file called
$ORACLE_HOME/Apache/Apache/conf/httpd.conf
then look for a setting inside it called "UseWebCacheIP". Normally it is #commented out, but it should be set to:
UseWebCacheIp On
Hope this helps.
|
|
|
|
|