1 Reply Latest reply on Mar 12, 2007 12:37 PM by stu2

    how to allow only one user logon?

    roberto.guarino

      hi,
      how to configure pages.xml to allow logon on my web application only a user to the time?

      thanks.

        • 1. Re: how to allow only one user logon?
          stu2

          That's an odd requirement. Either way it wouldn't be a pages.xml issue, it would be something funky you'd do in your authenticator. For instance a primitive approach would be to have authenticator put an "IN_USE" marker in application scope, which is removed on logout and session unbinding.