wcboyd
Posts: 46
|
| Posted: 08/26/2009, 5:43 PM |
|
Hello All,
It has been a while for me and I am finally getting a chance to return to CCS.
Having said that I am wondering about how secure the code that gets generated it.
For example, the Task Manager example application.
Can it be thrown out on the internet "as is" and it be reasonably safe?
Is there a best practices sort of checklist for CCS users to do or think about before publishing their code to the web?
_________________
Thanks,
Craig
"Stress is the body's way of saying you have not worked enough unpaid overtime." ~ Scott Adams |
 |
 |
ckroon
Posts: 869
|
| Posted: 08/27/2009, 8:06 AM |
|
If you limit the number of characters accepted by your text entry fields...
Use SSL security on all the pages..
And make each page restricted:accessible only after login..
the security of CCS is pretty rock solid.
_________________
Walter Kempees...you are dearly missed. |
 |
 |
wcboyd
Posts: 46
|
| Posted: 08/27/2009, 5:13 PM |
|
Thanks! That helps A LOT!!!!!!
_________________
Thanks,
Craig
"Stress is the body's way of saying you have not worked enough unpaid overtime." ~ Scott Adams |
 |
 |
|