If one of the project's preconditions is disallowing cookies the only other options I can think of are getting the MAC address, having your location as an option when signing in, or moving the location to tabs inside the program.
The MAC address solution would be ... interesting. It might be doable with a cherrypy filter right when the request is received. The problem is that a lot of networks use proxy servers or NAT routers. In either of those cases different systems on the network would be indistinguishable from each other. My suggestion would be to just use a cookie, at the least just to store previous computer/location selections. -Adam --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears -~----------~----~----~----~------~----~------~--~---

