• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

application security

Engaged ,
Mar 08, 2013 Mar 08, 2013

Copy link to clipboard

Copied

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

Views

730

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Mar 10, 2013 Mar 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.

Votes

Translate

Translate
Community Expert ,
Mar 10, 2013 Mar 10, 2013

Copy link to clipboard

Copied

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.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Mar 10, 2013 Mar 10, 2013

Copy link to clipboard

Copied

Thanks a million for helping,

Iccsi

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Mar 10, 2013 Mar 10, 2013

Copy link to clipboard

Copied

Thanks for the message,

I assume that cflogin and cfloginuser are web server level, not database level.

Please let me know if I am wrong,

Thanks again for helping,

regards,

Iccsi

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 10, 2013 Mar 10, 2013

Copy link to clipboard

Copied

LATEST

Cflogin and cfloginuser are ColdFusion server level, not database level.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation