form to a cfm) embedded in an iframe. The outer cfm page is viewed by
our clients for up to an hour or more. After a about 30 minutes or so of
inactivity causes the next submission to bomb out. The session time out
is set to 3 hours but it acting like the html page is timing out after
30 minutes.
Any suggestions?
Thanks!
Doug
Dave Watts wrote:
>>Could someone please refresh my memory regarding session
>>variables and cf5. Should all reads and writes be locked?
>>
>>
>
>Yes.
>
>
>
>>Has anyone experienced problems with session variables being
>>passed from a cfm template to an html page and then on to a
>>2nd cfm template?
>>
>>
>
>For obvious reasons, you won't be able to pass Session variables themselves
>to an HTML page - it's not a program, so you really can't pass anything to
>it. If you're using cookies to associate browsers with sessions, those
>cookies should be passed from the browser to requests for any file, whether
>it's .cfm or .html or whatever. If you're not using cookies and instead are
>relying on data embedded within URLs, you won't be able to rewrite those
>URLs within a static HTML page very easily.
>
>Dave Watts, CTO, Fig Leaf Software
>http://www.figleaf.com/
>phone: 202-797-5496
>fax: 202-797-5444
>
>
>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

