How can I limit one user id to be able to log on at one location at one time?
Hi, Our site is using zope v2.3.3 and CMF v1.1. I've got a requirement to forbid simultaneous log on with one user id at different locations. Does CMF provide this feature? Or is there any way I can do it? Thank a lot in advance. Lily Li Software Developer Kaval Wireless Technologies
first of all, please do not cross-post to several mailing lists. as far as your question goes, you might be able to get this behavior using sessions. by default HTTP is stateless and the server has no indication of who is already logged in and who is not. jens On Tuesday, March 5, 2002, at 02:13 , Lily Li wrote:
Hi, Our site is using zope v2.3.3 and CMF v1.1. I've got a requirement to forbid simultaneous log on with one user id at different locations. Does CMF provide this feature? Or is there any way I can do it? Thank a lot in advance.
Lily Li Software Developer Kaval Wireless Technologies
participants (2)
-
Jens Vagelpohl -
Lily Li