I know that there can only be one application with a cfapplication tag
that is not named, and that having more than one cfapplication tag with
the same name can really screw up a lot of stuff, so I would suggest
taking a look at that.
Here's a link to a article I'm working on about this specific issue:
http://www.cfhow.com/blog/index.php/archives/application-file-part-1/
security man wrote:
> I have an interesting situation.
> Say I have 10 users on a CFMX server serving 10 websites.
> the first 6 usernames are all similar.
>
> someuser
> someuse1
> someuse2
> someuse3
> someuse4
> someuse5
> otheruser
> yetanother
> andanother
> yesanother
>
> OK, in all the fully unique names at the end a person have have an
> application.cfm work 100% in folders, subfolders, etc. On users
> someuse* the application.cfm ONLY works in the domain root, if you put
> an application.cfm in a folder, lets all it onlineeditor in
> d:\someuser\domain\onelineeditor\application.cfm will NOT read, it goes
> back to the application.cfm at d:\someuser\domain\application.cfm
>
> Anyone see this before, is there a workaround, it is really causing me
> some pain.
>
> Thanks,
> John


|