Well, Mr Spike, that did it. Not really sure why it was working on those
other servers. For the archives, this is what I added to the
application.cfm:
<cflogin>
<cfif isDefined("cflogin.name") and len(trim(cflogin.name)) and
isDefined("cflogin.password") and
len(trim(cflogin.password))>
<cfif authenticateUser(cflogin.name,cflogin.password)>
<cfloginuser name="#cflogin.name#"
password="#cflogin.password#" roles="#getRoles(cflogin.name)#">
</cfif>
</cfif>
</cflogin>
Thanks for the help!
Robert
-----Original Message-----
From: Spike Washburn [mailto:[EMAIL PROTECTED]]
Sent: Sunday, January 05, 2003 2:17 PM
To: CF-Talk
Subject: SPAM: CFLOGIN Problems
Try putting the cflogin section into your Application.cfm to see if that
fixes your problem.
In order for your login credentials to the be re-associated with a
request, you must execute the cflogin tag on each request. When the
cflogin tag executes, it will determine if the user has cached
credentials, if not, then the body of the cflogin tag will be executed.
If the cflogin tags see that there are cached credentials, then the body
will not be executed and the login login will be avoided.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription:
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com
Unsubscribe:
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4