Kris,
It seems the templates that are loaded into the framesets are stagnant long
enough to time out.

A quick suggestion, put a quick little JS updater or meta refresh to your
templates inside of the framesets to refresh themselves prior to session
timeout.

I hope that helps, but I tend to agree with the articles that framesets
introduce additional work.

If you have not already investigated AJAX, creating more dynamic areas in
HTML based applications is a good reason to think of AJAX integration.

Teddy

On 1/10/07, Kris Jones <[EMAIL PROTECTED]> wrote:
>
> Hi all,
>
> We've got a page that calls a custom-tag that opens a frameset. The
> frameset has 2 frames, one displays a PDF, the other a form.
> Typically, the user is cycling through a set of images to look at and
> catalog. When they click on the submit button, which is outside of the
> frameset, (that calls a javascript that validates and submits the
> form), the form data is processed and the page is supposed to load
> again with the next item to catalog. However, what happens is that the
> page loads, the system decides that the user's session has died, and
> our login page gets displayed in both frames.
>
> Unfortunately, I can't make this happen on my Dev server (localhost).
> I can make it happen on our QA server. I tried adding
> URLSessionFormat() to the URL item for the frames, but this did not
> resolve the problem. I also checked the CFID & CFTOKEN values on the
> initiating page, and on the login screens--they are the same--which
> leads me to believe that the client-scope is getting retained.
>
> I've read the Adobe tech-note on this subject,
> (http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=2c12f978)
> and Sean Corfield's advice,
>
> http://corfield.org/blog/index.cfm/do/blog.entry/entry/Frames_CLIENT_Scope_and_MultiThreading
> (thanks, but abandoning Frames and Client-scope is not an option), and
> many other posts about similar situations.
>
> Does anyone have any insight, or other best-practices that could help?
>
> Thanks,
> Kris
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:266134
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to