Subject: | IP addr tracking breaks usability in certain settings |
i love this module, it works perfectly in our LAN.
unfortunately, one of its security features makes it hardly usable
across the internet for us.
we have a router that randomly switches TCP connections to one of two
DSL lines.
as a result, we're constantly being logged out with "tampered_hash",
often instantly after logging in. :-(
have you got any idea how to deal with this problem, perhaps more
elegantly than to disable this feature at all?
(i'm currently $r->connection->remote_ip ('0.0.0.0'); at a few places in
my application, using a PerlAccessHandler.)