CFID/CFTOKEN Error

I have this in application.cfm:

[I][INDENT]

[/INDENT][/I]

This application has always worked with no problem, but now when I tried to upload it to jodohost.com servers, I get this error:

Error Occurred While Processing Request
Element CFID is undefined in SESSION.

4 :
5 :
6 :
7 :
8 :

Any ideas??

First off, check your CFApplicaiton tag - there’s the issue of the registry access that I’ve mentioned before in a different post:

http://support.jodohost.com/showthread.php?t=738

Remove the cookie set for the CFID and CFToken valus but make the changes I mention in that post and see if that doesn’t fix things for you.

Hatton