Hi guys,

I am integrating raymond's forum into an administration app I have. The
folder tree is...

Web_root/admin/forum

In the admin folder I have an application.cfm which handles logging in a
user. Now on the homepage of the admin I have a link to the forum.
Because the forum has it's own application.cfm - how do I pass on the
cflogin details from the level above so I can restrict unauthorised
users going straight to the forum.

Eg. in the forum/application.cfm having something like...

<!--- check that user is logged in --->
<cfif not len(getAuthUser())>
        <cflocation url="../index.cfm" addtoken="no">
</cfif>

Even if I am logged in, the application.cfm is returning me to the
admin/index.cfm.

Any help would be appreciated.

mike



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:226982
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