| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
This approach might work for you .... or not if I have misunderstood your domain problem .... 1) Have a PendingLogout entity (aka table) which represents a queue of sessions to be logged out .... one attribute is the sessionID. The PendingLogout EO's are created by your code that detects that the session is no longer valid. 2) Have a separate small LoggerOuter.woa app that accesses the same database table and fetches the PendingLogout objects periodically and sends a direct action logout request including the session ID to the real app with the session .... thereby simulating a real user logging out in an R-R loop. 3) The log out action could also delete the record from the db YMMV, HTH, Kieran On Aug 28, 2007, at 7:39 PM, Peter Vandoros wrote: We have a situation where we Single Sign On with a 3rd party system. When the user SSO's into our system, we need to keep their session alive in that 3rd party system for when the user re-enters that system. We do this by having a set of TimerTask's firing every X minutes. The idea is that if we detect that the user's session in the 3rd party system is no longer valid, we have to kick the user off our session. Essentially, logging the user out of our system. |
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/email@hidden This email sent to email@hidden
| References: | |
| >How does WO enforce serial request processing per session? (From: Peter Vandoros <email@hidden>) | |
| >Re: How does WO enforce serial request processing per session? (From: Chuck Hill <email@hidden>) | |
| >Re: How does WO enforce serial request processing per session? (From: Peter Vandoros <email@hidden>) | |
| >Re: How does WO enforce serial request processing per session? (From: Chuck Hill <email@hidden>) | |
| >Re: How does WO enforce serial request processing per session? (From: Peter Vandoros <email@hidden>) |
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.