Skip to main content
Participant
October 15, 2008
Question

CF Login Authentication Logic?

  • October 15, 2008
  • 1 reply
  • 330 views
I am trying to created a login which allows for two types of users. One named 'Danbury' the other 'Field.'
Do far I created the an application page for the session variables, login and login process page.
The application functions when the user intiatlly opens the login page, then has access to the secured pages,
as defined by their session variable and userID.

If a user try to open a page without going through the login they receive an error message. I tried using CFLocation unsuccessfully. Please advise on this issue.

Thanks
This topic has been closed for replies.

1 reply

BKBK
Community Expert
Community Expert
October 19, 2008
If a user try to open a page without going through the login they receive an error message.

I think you will get help quicker if you, at this stage, say what the eror message is.


Sandy_SAuthor
Participant
October 22, 2008
Hi Thanks for responding. I figured out another way to create the login using the CFLogin tags.