How can I limited the number of sessions from a certain user or ip-range in a Zope Site? In a pay site, it is necessary to count the usage of user, how can it be implemented in Zope? Rgs, Kent Sin __________________________________________________ Do You Yahoo!? Make international calls for as low as $.04/minute with Yahoo! Messenger http://phonecard.yahoo.com/
kent sin wrote:
How can I limited the number of sessions from a certain user or ip-range in a Zope Site?
In a pay site, it is necessary to count the usage of user, how can it be implemented in Zope?
Depending on 'what' you are limiting/counting. You would need to have properties that tracked and stored the activity. -- Tim Cook, President - Free Practice Management, Inc. http://www.FreePM.com Office: (731) 884-4126 ONLINE DEMO: http://www.freepm.org:8080/FreePM
kent sin writes:
How can I limited the number of sessions from a certain user or ip-range in a Zope Site? You will probably need to extend a session product. They can record the currently active session with the respective users and limit the number of concurrent sessions per user or based on other criteria.
Dieter
participants (3)
-
Dieter Maurer -
kent sin -
Tim Cook