Snake wrote:
> The obvious answer would be to change where the nav is generated to the
> location where it actually appears.

Obviously =)  I was just trying to answer the question as it was asked.

Mark - why can't you set the session in the application.cfm?

Even in the application.cfm, you can tell what page is being loaded by 
using getBaseTemplatePath() ... just about all of my apps have the 
following line near the top of the application.cfm:

<cfset thisTemplate = getFileFromPath(getBaseTemplatePath())>

then later on I'll do stuff like:

<cfif thisTemplate neq "login.cfm">
  <!--- do stuff --->
<cfelse>
   <!--- do oother stuff --->
</cfif>

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