Posts: 23
Threads: 11
Joined: Aug 2011
Reputation:
0
Hey, I have two questions.
For my privacystatement I need to give some information about cookies and safety.
Can somebody tell me this:
- What are the cookies exactly doing?
- What can I tell my costumers about the safety of this script? (I use SSL)
Thanks.
Posts: 2,456
Threads: 39
Joined: Dec 2008
Reputation:
6
Hi Jan,
Form Tools doesn't do anything explicitly with cookies, but it does use PHP / database sessions - which stores a unique UID cookie in your browser to maintain the user session ID.
Safety-wise, there's not much info I can pass along really. I've always been concerned about security and have fixed everything when found. We've had the script audited twice, most recently a few months ago for a client. It uncovered a few minor issues, all of which were included in 2.1.0.
The accounts were upgraded in a recent version to beef up security, adding settings for automatically locking accounts after X failed logins, forcing "tough" passwords, and such stuff.
- Ben
Posts: 10
Threads: 3
Joined: Apr 2010
Reputation:
0
Hello Ben,
And does Form Tools work fine if I disable cookies in my web browser ?
Thanks.