How to store the IP address?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

How to store the IP address?

Richard Morphy
I require to store the IP address and other information of the user, is
there any way to store it in OFBIZ?

thanks in advance,

--
Rich.
Reply | Threaded
Open this post in threaded view
|

Re: How to store the IP address?

Ashish Vijaywargiya
Take a look at the Party --> Visit section.
Take a look at "Visit" entity.

On Wed, Apr 2, 2008 at 7:05 AM, Richard Morphy <[hidden email]>
wrote:

> I require to store the IP address and other information of the user, is
> there any way to store it in OFBIZ?
>
> thanks in advance,
>
> --
> Rich.
>



--
Thanks & Regards
Ashish Vijaywargiya
+919893479711
Reply | Threaded
Open this post in threaded view
|

RE: How to store the IP address?

Nikita Shinde
In reply to this post by Richard Morphy
There's a way where you can save the IP, userloginId, serverHostName etc. in
Visit & Visitor table. These are populated by making the following changes
in serverstats.properties file:


# Specify whether to use the visit history feature or not
stats.persist.visit=true
stats.persist.visitor=true


        Hope that helps.


Thanks,
Nikita Shinde.
Amicon Technologies Pvt. Ltd.
Mumbai.


-----Original Message-----
From: Richard Morphy [mailto:[hidden email]]
Sent: Wednesday, April 02, 2008 4:35 PM
To: [hidden email]
Subject: How to store the IP address?

I require to store the IP address and other information of the user, is
there any way to store it in OFBIZ?

thanks in advance,

--
Rich.

Reply | Threaded
Open this post in threaded view
|

Re: How to store the IP address?

Richard Morphy
nikita, I checked it works now. thanks

On Wed, Apr 2, 2008 at 4:49 PM, Nikita Shinde <[hidden email]> wrote:

> There's a way where you can save the IP, userloginId, serverHostName etc.
> in
> Visit & Visitor table. These are populated by making the following changes
> in serverstats.properties file:
>
>
> # Specify whether to use the visit history feature or not
> stats.persist.visit=true
> stats.persist.visitor=true
>
>
>        Hope that helps.
>
>
> Thanks,
> Nikita Shinde.
> Amicon Technologies Pvt. Ltd.
> Mumbai.
>
>
> -----Original Message-----
> From: Richard Morphy [mailto:[hidden email]]
> Sent: Wednesday, April 02, 2008 4:35 PM
> To: [hidden email]
> Subject: How to store the IP address?
>
> I require to store the IP address and other information of the user, is
> there any way to store it in OFBIZ?
>
> thanks in advance,
>
> --
> Rich.
>
>