Hi Stefan,
Thank you, but this is what I was trying to avoid, since this method deals - according to the documentation - with a limited application based cache. We need a session based "permanent cache".
With Kind Regards,
Dennis Gaastra, M.B.A.[sfu.ca], B.Sc.[ubc.ca] Chief Technology Officer,
With Kind Regards,
Dennis Gaastra, M.B.A.[sfu.ca], B.Sc.[ubc.ca] Chief Technology Officer,
WEBAPPZ Systems, Inc. HQ: (+1) 604.921.1333 Fax: (+1) 604.921.4313 Cell: (+1) 604.787.2532
This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. E-mail transmission cannot be guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. The sender therefore does not accept liability for any errors or omissions in the contents of this message, which arise as a result of e-mail transmission. If verification is required please request a hard-copy version. WEBAPPZ Systems, Inc., 726 - 1489 Marine Drive, West Vancouver, BC, CANADA V7T 1B8, www.webappz.com
On 26-Feb-07, at 1:31 AM, Stefan Klein wrote: Hi, you can use: public MyPage(WOContext aContext) { super(aContext); session().savePageInPermanentCache(this); } Stefan Gaastra Dennis - WO Lists schrieb: Dear List, We use 6 level nested frame pages. As such, a method like "session.savePageInPermanentCache" is needed to prevent false backtracking errors. However, this method is application wide, and may not be useful if more than application.permanentPageCacheSize()/6 sessions exist. Also if a session has terminated, there is no need for these pages to still reside in such cache. So: is there some kind of "permanent cache" for a session besides the regular one? Has anyone implemented something like this. Thank you for your answers. With Kind Regards, Dennis Gaastra, M.B.A.[sfu.ca], B.Sc.[ubc.ca] Chief Technology Officer, WEBAPPZ Systems, Inc. HQ: (+1) 604.921.1333 Fax: (+1) 604.921.4313 Cell: (+1) 604.787.2532 <mime-attachment.jpeg> <mime-attachment.jpeg> This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. E-mail transmission cannot be guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. The sender therefore does not accept liability for any errors or omissions in the contents of this message, which arise as a result of e-mail transmission. If verification is required please request a hard-copy version. WEBAPPZ Systems, Inc., 726 - 1489 Marine Drive, West Vancouver, BC, CANADA V7T 1B8, www.webappz.com _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
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
|