Hello:
I'm busy revamping a set of CF files I've inherited from another user.
I'm using CF MX 6.1 as my server. It's in standalone mode, which might explain some things, don't know for sure.
The files have a couple of datebases, some basic templates, output pages, and a login. Maybe no more than about 5-10 output pages in total or so.
Not a very big application.
Here's my problem:
A few of the application pages, esp. the login, has an annoying Session-Struct array-like output in purple-colored CSS, with fields like CFID, CFTOKEN, SESSIONID, and URLTOKEN.
Looks like something straight out of a CFDUMP.
It occurs right at the bottom of the page after the login processing is done.
Now here's the thing:
I've been searching hi and low through the ENTIRE SITE using DW's Find and Replace looking for clues as to what might be triggering this, structs, CFDUMPS, exceptions, whatever, and I'm stumped as to what's causing this thing to be output.
Everything else in the page(s) looks/works fine.
I've also done searches for the 4 fields I've described above but no luck there either.
My gut tells me this is some sort of error or debug component, perhaps, but switching off debugging at the administrator level still produces the same result.
I can post the code for the login page if that helps, but it has includes and templates and stuff, and even those files seem fairly straightforward.
Might this be a version 5 to version 6 thing?
Maybe there is a tag in the code somewhere that is no longer available or is deprecated?
Thoughts/Ideas as to what might be causing this output appreciated.
Thanks.
marcus101
I'm busy revamping a set of CF files I've inherited from another user.
I'm using CF MX 6.1 as my server. It's in standalone mode, which might explain some things, don't know for sure.
The files have a couple of datebases, some basic templates, output pages, and a login. Maybe no more than about 5-10 output pages in total or so.
Not a very big application.
Here's my problem:
A few of the application pages, esp. the login, has an annoying Session-Struct array-like output in purple-colored CSS, with fields like CFID, CFTOKEN, SESSIONID, and URLTOKEN.
Looks like something straight out of a CFDUMP.
It occurs right at the bottom of the page after the login processing is done.
Now here's the thing:
I've been searching hi and low through the ENTIRE SITE using DW's Find and Replace looking for clues as to what might be triggering this, structs, CFDUMPS, exceptions, whatever, and I'm stumped as to what's causing this thing to be output.
Everything else in the page(s) looks/works fine.
I've also done searches for the 4 fields I've described above but no luck there either.
My gut tells me this is some sort of error or debug component, perhaps, but switching off debugging at the administrator level still produces the same result.
I can post the code for the login page if that helps, but it has includes and templates and stuff, and even those files seem fairly straightforward.
Might this be a version 5 to version 6 thing?
Maybe there is a tag in the code somewhere that is no longer available or is deprecated?
Thoughts/Ideas as to what might be causing this output appreciated.
Thanks.
marcus101