Eric

        How would I prevent this from occurring?


        [Questions]
        1. Is it simply a matter of making my service an instance
variable of this action and making the login method synchronized?  2.
Are there situations where I would not want there to be a single service
instance?  Could it cause a bottleneck?


One simple technique that has worked out well for me and will depend on your use case is to disable to login button after the first time the user clicks on it.




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to