You can set session variables when the user logs in and then check those in your CFC function, eg if session.userID EQ arguments.userID...
↧
You can set session variables when the user logs in and then check those in your CFC function, eg if session.userID EQ arguments.userID...