Ask a Question related to Macromedia ColdFusion, Design and Development.
-
jallred #1
cfnewbie login and application.cfc question
I'm just getting into coldfusion. I've been reading the live docs about using
application.cfc to handle logins but I have some questions about my specific
situation. There are three login pages in my site: 1. [url]www.foo.com/index.cfm[/url] 2.
[url]www.foo.com/manager/index.cfm[/url] 3. [url]www.foo.com/admin/index.cfm[/url] Someone who can
login to #1 cannot login to #2 and #3. Someone who logs in to #2 is
automatically logged into #1 as well, but cannot login to #3 (that is, the
person could click a link from within the #2 site and it would take them to the
#1 site, bypassing the login page since they are already logged in. Someone who
logs in to #3 is automatically logged in to #1 and #2 as well. Can I do this
with just one application.cfc file at the [url]www.foo.com[/url] level? Or do I need a
seperate application.cfc file in each directory? Any help or direction would
be greatly appreciated Thank you.
jallred Guest
-
Replacing application/login screen
I'm developing a Flex application where the user should be presented with a login screen (application), and then based on who the user is the login... -
How to implement Multiple Login Pages in a single Web Application
Hello I have a web application in which i m ineed of implementing multiple login pages with the help of forms based Authentication. on the user... -
Starting a Carbon application at user login
Hello, I have recently written some post about how to run daemons in Mac OS X. I have a Carbon application (using CarbonLib) which tracks... -
Concept behind ASP.NET user LOGIN application?
im migrating from asp to asp.net. im a bit confused about form authentication in ASP.NET ... in ASP if I wanted to create a login application I...



Reply With Quote

