cflogin

cflogin in cfscript

我是研究僧i 提交于 2019-12-24 17:12:25
问题 I'm trying to learn the new cfscript syntax, as well as use cflogin. I'm guessing I can't mix cf tags in cfscript, and I don't see a script equivalent to cflogin, cflogout, cfloginuser. Should I call a component that is written in the CF8 syntax in order to use cflogin? public void function onRequest(required string Page) output="true" { if (StructKeyExists(url,"logout")) { <cflogout> } <cflogin> local.qryUsr = new Components.Usr.Login(form); if (local.qryUsr.Recordcount) { <cfloginuser name=

ColdFusion 8 to ColdFusion 10 Migration: CFloginUser Not Working As Expected

▼魔方 西西 提交于 2019-12-21 21:29:38
问题 After upgrading from CF8 to CF10, moving all files and databases and jumping through all the configuration hoops, the new version of the site is up and running, but the authentication/login is not working. Here are the environments: Old server: ColdFusion Enterprise 8,0,1,195765 Operating System: Windows Vista* OS Version: 6.0 Update Level: .... hf801-00007.jar IIS Version: 7 (*not sure where that "Vista" comes from? The System Information says "Windows Server 2008 Datacenter without Hyper-V"

Why don't people use <CFLOGIN>?

99封情书 提交于 2019-12-17 16:44:42
问题 Why don't people use CFLOGIN? I remember having problem with it with CF7 some months ago, but I couldn't remember what was wrong with it. 回答1: I use cflogin all the time and it works great. It can be a little tricky to get working the way you like, but the benefits are huge. Being able to fine tune your application with user roles takes care of the bulk of my rights based customization. There used to be some issues with session management that made it difficult to work with. Turning on j2ee

ColdFusion 8 to ColdFusion 10 Migration: CFloginUser Not Working As Expected

会有一股神秘感。 提交于 2019-12-04 15:31:29
After upgrading from CF8 to CF10, moving all files and databases and jumping through all the configuration hoops, the new version of the site is up and running, but the authentication/login is not working. Here are the environments: Old server: ColdFusion Enterprise 8,0,1,195765 Operating System: Windows Vista* OS Version: 6.0 Update Level: .... hf801-00007.jar IIS Version: 7 (*not sure where that "Vista" comes from? The System Information says "Windows Server 2008 Datacenter without Hyper-V") New server: ColdFusion Enterprise 10,0,11,285437 Tomcat Version: 7.0.23.0 Operating System: Windows

Why don't people use <CFLOGIN>?

只愿长相守 提交于 2019-11-28 00:57:17
Why don't people use CFLOGIN? I remember having problem with it with CF7 some months ago, but I couldn't remember what was wrong with it. I use cflogin all the time and it works great. It can be a little tricky to get working the way you like, but the benefits are huge. Being able to fine tune your application with user roles takes care of the bulk of my rights based customization. There used to be some issues with session management that made it difficult to work with. Turning on j2ee sessions seems to make most of those issues go away. Some of the popular frameworks are not compatible with