Hi all,
Hope some people are still up and at it!
I have a code section where I do a CFLOCATION to a page in caller's parent
directory and it starts a brand new session. I traced through the process
with the Studio debugger and as soon as I get to the Application.cfm it's as
if I started a new session.
The code is
<cflocation url="../survey_form.cfm" addtoken="No">
I tried appending the token and it didn't make a difference.
What's strange is that I can cflocate to a test.cfm page without problem.
So then I tried switching from CFLOCATION to
<script language="JavaScript" type="text/javascript">
self.location="../survey_form.cfm"
</script>
Which didn't work either.
There's only one Application.cfm file so that can't be it either. Really
stumped on this one.
Thanks,
Kevin
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists