Yes I guess sessions would probably be the best way to distinguish between different computers in this case. I don't know much java or the way xwiki is structured - can anyone point me in the right direction?
Thanks On Sun, Nov 9, 2008 at 1:45 PM, vmassol (via Nabble) < [EMAIL PROTECTED]<[EMAIL PROTECTED]> > wrote: > Hi, > > On Nov 9, 2008, at 1:05 PM, eggenheimer wrote: > > > > > Does anyone know of some way to limit concurrent use of a user > > account? I > > need to prevent the same user account being used by more than one > > person at > > the same time. > > How would you want to do that? I'm asking since HTTP is stateless. You > could check the IP address maybe (assuming the concurrent uses are not > done on the same machine). > > I guess you could use a Servlet Session listener for example. > > Thanks > -Vincent > > _______________________________________________ > users mailing list > [EMAIL > PROTECTED]<http://n2.nabble.com/user/SendEmail.jtp?type=node&node=1477252&i=0> > http://lists.xwiki.org/mailman/listinfo/users > > > ------------------------------ > This email is a reply to your post @ > http://n2.nabble.com/Concurrent-users-tp1477107p1477252.html > You can reply by email or by visting the link above. > > -- View this message in context: http://n2.nabble.com/Concurrent-users-tp1477107p1480219.html Sent from the XWiki- Users mailing list archive at Nabble.com. _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
