Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CF10 - After clean install error on Session tracking #30

Closed
aeoncube opened this issue Apr 23, 2012 · 2 comments
Closed

CF10 - After clean install error on Session tracking #30

aeoncube opened this issue Apr 23, 2012 · 2 comments
Assignees
Milestone

Comments

@aeoncube
Copy link

Went through a clean install on ColdFusion 10 on a local development machine and clicked on 'sessions' and the following error appeared:

Error Detail
Either there are no methods with the specified method name and argument types or the getSession method is overloaded with argument types that ColdFusion cannot decipher reliably. ColdFusion found 0 methods that match the provided arguments. If this is a Java object and you verified that the method exists, use the javacast function to reduce ambiguity.

Message
The getSession method was not found.

MethodName
getSession

Cheers!

@misterdai
Copy link
Owner

Thanks for the bug report. CF10 has removed the method I was relying on, from some initial testing it appears that they've reworked some of the session management features towards applications. I'll see if I can update the current releases to add support.

@misterdai
Copy link
Owner

Fixed in 39897ef
Release as CFTracker 2.2

@ghost ghost assigned misterdai Jul 10, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants