Do you put this in the application.cfm or somewhere else?

Carl


>Carl V wrote:
>
>Its probably worth copying your session variable to a local variable, so 
>that you don't keep hitting the session and to make it easier to access 
>your variables.
>
>request.thisSession = duplicate(session[request.sessionVar]);
>
>This way your login references will be 
>request.thisSession.Username/ObjectID/user_LoggedIn
>
>You will need to remember to copy the "thisSession" variable back into 
>session[request.sessionVar] at the end of the request, just in case any 
>changes were made.
>
>Hope this helps
>
>Regards
>
>Stephen

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Purchase from House of Fusion, a Macromedia Authorized Affiliate and support the CF 
community.
http://www.houseoffusion.com/banners/view.cfm?bannerid=37

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:182811
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to