Question
VerifyClient() throws exception that I don't understand...
I got the following exception but I have no idea what I did
wrong.
------------
Client verification failure.
You must have a valid login to access this page.
The error occuried in XXX.cfm line x
------------
(where x is the line I have <cfset verifyClient()>
Any idea what does this mean? Valid login? I use my own login mechanism. I tried cfloginuser, but it won't work either. I have already set this.sessionManagement = true in Application.cfc, the only prereq. of calling verfiyClient()...
Thanks
------------
Client verification failure.
You must have a valid login to access this page.
The error occuried in XXX.cfm line x
------------
(where x is the line I have <cfset verifyClient()>
Any idea what does this mean? Valid login? I use my own login mechanism. I tried cfloginuser, but it won't work either. I have already set this.sessionManagement = true in Application.cfc, the only prereq. of calling verfiyClient()...
Thanks