Hey All,
I have a flash movie embeded within a coldfusion template. The user logs in via the flash movie, and when he does his user name is stored in the coldfusion session via remoting. In my application.cfc i have a redirect to a timeout page in the onSessionEnd method...but won't this only execute when the user's session has expired and then makes a page request? In my scenario the user won't likely make a new page request...he'll stay on the current template and keep using the flash movie within it.. So, it seems possible that his coldfusion session could expire while he is continuing to use the flash movie, but the flash movie won't behave properly if his session has expired.... can anyone shed some light on how to enforce the redirect when the coldfusion session expires even if no new page request is made? Thanks. I think i have a way to mitigate this, just curious what other options are. Thanks.
Start Free Trial