Re: user is only allowed to log in once
Re: user is only allowed to log in once
- Subject: Re: user is only allowed to log in once
- From: Anjo Krank <email@hidden>
- Date: Mon, 8 Mar 2010 22:03:08 +0100
Am 08.03.2010 um 21:46 schrieb Mike Schrag:
> for non-D2W you have to implement that interface for every single component you could ever use, though ... and deal with the fact that you could have pages with uncommitted EO's, etc. for D2W you might be able to do a rough impl, but you still can't general case it if people use custom components -- every component has to participate or be thrown away in mid-state.
You'll *mostly* have to do this for every page component, not every component (unless it weirdly switches states and such).
However, the huge cost of a persistent store is that you need to store after *every* request. In particular with postgres this will kill you... it would make more sense to put it in memcached or something.
Cheers, Anjo
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden