Guys, I am working on a wicket app which needs to provide inter-operability/single-sign-on support with an external mod_plsql based app.
Among one of the tasks is to synchronize the session-timeouts between these two application. For now we have decided on a temporary solution (somewhat a hack), where we basically will cross-refer an http resource in each others application's context (such that a ping for that resource in that context extends the session-timeout-period), so app1 would have an http resource (a shim.gif or a dummy css) from app2 context (e.g. in its template.html) and vice-versa. This would work well for non-ajax based pages. Whenever the ajax-components get involved the entire page wouldnt be rendered and hence neither would the http-resource... Thats the scenario for which i need some suggestions, as to how can i make it work for ajax-components, like i can think of hooking a javascript with the ajax-components on-load event...the script would changes the source of an image within an invisible div tag or something like that..But i dont like this solution since that something i would have to hook in with every ajax-component's onLoad().... Please suggest... Thanks in advnace -- View this message in context: http://www.nabble.com/Ajax-Components---render-an-http-resource-on-ajax-component-rendering-tp16918166p16918166.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
