I'm new to webapps and I don't quite understand how to use Session. Should I have one Session-object for each user or one to track all users?
How do I keep track of all users that are logged in the best way? Is there some global state of the application that I should push users to? And how do you handle user-specific page-rendering? How do you see if it is the same user? Meaning do I check with each request for a new page the ip-number of the user and then have that connected to a certain user-profile? Also: * How can I check which browser the user has? * How can I check his IP-number? * How do I block an IP if it is trying to login more than say 10 times or trying to attack the site? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web.py" 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/webpy?hl=en -~----------~----~----~----~------~----~------~--~---
