That was actually my point: -you'd like to ensure that a maximum specific number of real user are using the system, you'll need to implement a couple things to actually define what is a user "session" and act on it -you'd like to limit the number of WOSession your app instance is serving, you might have something available directly in Wonder
We'll dig in this deeper if the need ever arise;) Xavier On 10 juil. 2013, at 13:25, "Thomas Grass (01SoftwareSolutions)" <[email protected]> wrote: > Hello Xavier, > thanks for your reply. > > we have no real problem at the time. This question is just for my own > interests ;-) I knew that i can easily define the time a session is alive. > And i'm now interested if there is a way to define a max number of allowed > sessions at a time (with the limit, that an single user can't login after > enough sessions are killed) > > Thomas > > -- > Thomas Grass | 01SoftwareSolutions > +49 (89) 41 41 41 03-0 > [email protected] | www.01softwaresolutions.eu > Lichtenbergstraße 8 | D-85748 Garching b München > > Am 10.07.2013 um 12:56 schrieb Dev WO <[email protected]>: > >> Hello Thomas, >> >> I'm not sure if it's the right way to do what you want to do as I don't know >> exactly why you would do that:) >> If you want to limit the number of users allowed, you should not rely on >> WOSession, as you could get a session when an exception is thrown, so you >> could basically end up not being able to handle even a single real user. >> >> Maybe with more details someone could give you a better answer. >> >> Xavier >> >> On 10 juil. 2013, at 12:48, "Thomas Grass (01SoftwareSolutions)" >> <[email protected]> wrote: >> >>> Hello Community, >>> is there an easy way to handle maximum allowed sessions in a >>> WO-Application/Wonder-Application? (e.g. max. 25 Sessions allowed, >>> otherwise an exceptions page will displayed)? >>> >>> Thomas >>> >>> >>> _______________________________________________ >>> Do not post admin requests to the list. They will be ignored. >>> Webobjects-dev mailing list ([email protected]) >>> Help/Unsubscribe/Update your Subscription: >>> https://lists.apple.com/mailman/options/webobjects-dev/webobjects%40anazys.com >>> >>> This email sent to [email protected] > > > _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
