TulipTools Internet Business Owners and Online Sellers Community

Full Version: Implementing a security model in your database-enabled AJAX applications
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Quote:It's always important to implement some sort of security model in your database-enabled AJAX applications, says Kris Hadlock. Otherwise, you leave your database completely exposed. In this article, he shows a relatively simple procedure for including password verification in an AJAX/database interaction.

full article: http://www.informit.com/articles/article.asp?p=604094&rl=1

article covers:

Quote:# Getting Started
# Creating a Password for Our AJAX Requests
# Making a Password-Protected AJAX Request
# Verifying the AJAX Request