So what would mine be - from my session variables??

e.g.

<CFSET Session.forename = "#Permissions.foreName#">
<CFSET Session.surname = "#Permissions.surName#">

so what would I need to change the line below to ??

 <CFSET application.loggedin[#session.cfid# #session.cftoken#] = now()>

What you said did not make sense to me sorry??

So, instead of foo[#x# #y#]

you would use foo["#x# #y#"]

Also your CFC's look good , however I am using CF 4.5 so cannot use that approach
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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
                                

Reply via email to