distinguishing users from same ip
Is there any way to distinguish between anonymous users from the same ip? I'm planning on using zope to allow schoolkids to access a tax planning model. Most machines have their own ip, but some may allow multiple simultaneous access (eg Linux boxes). An alternative might be to allow some kind of user login. -- Robin Becker
[ Robin Becker wrote: ]
Is there any way to distinguish between anonymous users from the same ip?
I'm planning on using zope to allow schoolkids to access a tax planning model. Most machines have their own ip, but some may allow multiple simultaneous access (eg Linux boxes).
I don't think that's a good way to differentiate between actual users. For instance, if two different users from our company were to participate, you would see the same IP address originate from both parties, by virtue of our firewall proxy. This may not apply in your case, where it appears everything functions over the local network, but it sets a bad precedent for building a user session model that you may wish to later extend.
An alternative might be to allow some kind of user login.
Much better, IMO. Best regards, Jeff Bauer Rubicon, Inc.
In article <3785F1FD.C19D3893@trust.ee>, Hannu Krosing <hannu@trust.ee> writes
Robin Becker wrote:
Is there any way to distinguish between anonymous users from the same ip?
The "standard" way is to use cookies or/and hidden fields in forms
-------------- Hannu I'm not an html guru, can you point me to some resource/example? -- Robin Becker
participants (3)
-
Hannu Krosing -
Jeff Bauer -
Robin Becker