vote up 2 vote down star

Hi there.

We have a voting mechanism that we want to restrict to only allow one vote by user.

We've tried to validate by IP address, but the problem is that when we get the user's IP address in the applicational server it shows always the apache IP address (we have two applicational servers with apache in front of them).

We are using ColdFusion variable CGI.REMOTE_ADDR to get the user IP.

Anyone knows how to fix this?

We would like to avoid the use of sessions or cookies.

Thanks in advance.

flag

56% accept rate

1 Answer

vote up 4 vote down check

You probably want to use the X-Forward-For header header
instead of the source ip, assuming you're apache instances are putting it into the request.

link|flag
You're right! In the meanwhile i've found this post jeremiahx.com/2008/03/… for coldfusion. Thks a lot! – lfbn Nov 6 at 10:39

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.