Skip to main content
Inspiring
March 9, 2013
Answered

application security

  • March 9, 2013
  • 1 reply
  • 914 views

I just started a web application and would like to implement user login for system security.

I just wonder does ColdFusion has any build security can use or i have build my own user table to check security using my code?

Your information and help is great appreciated,

Regards,

Iccsi

    This topic has been closed for replies.
    Correct answer BKBK

    You have to build your own. However, ColdFusion provides you with an authentication framework based on the tags cflogin, cfloginuser, cflogout, etc. and the functions getAuthUser, etc.. You will find here and there in the official documentation application-based user security examples.

    1 reply

    BKBK
    Community Expert
    BKBKCommunity ExpertCorrect answer
    Community Expert
    March 10, 2013

    You have to build your own. However, ColdFusion provides you with an authentication framework based on the tags cflogin, cfloginuser, cflogout, etc. and the functions getAuthUser, etc.. You will find here and there in the official documentation application-based user security examples.

    iccsiAuthor
    Inspiring
    March 10, 2013

    Thanks a million for helping,

    Iccsi