You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by Richard Morphy <ri...@gmail.com> on 2008/04/02 13:05:19 UTC

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.

Re: How to store the IP address?

Posted by Ashish Vijaywargiya <vi...@gmail.com>.
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 <ri...@gmail.com>
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

Re: How to store the IP address?

Posted by Richard Morphy <ri...@gmail.com>.
nikita, I checked it works now. thanks

On Wed, Apr 2, 2008 at 4:49 PM, Nikita Shinde <ni...@amicontech.com> 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:richard.morphy@gmail.com]
> Sent: Wednesday, April 02, 2008 4:35 PM
> To: user@ofbiz.apache.org
> 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.
>
>

RE: How to store the IP address?

Posted by Nikita Shinde <ni...@amicontech.com>.
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:richard.morphy@gmail.com] 
Sent: Wednesday, April 02, 2008 4:35 PM
To: user@ofbiz.apache.org
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.