03-02-2008, 05:29 PM
|
#2 (permalink)
|
|
The Acquainted
Join Date: Nov 2007
Posts: 154
Thanks: 31
|
How secure does it have to be? You're not storing customer credit card information or social security numbers, etc, are you?
If it absolutely has to be secure, use SSL (https) and consider using a packaged authentication system (Apache's mod_auth_* comes to mind) rather than building a custom system. The reason I say this, if security is imperative, you're better off using a system that has been tried and tested, plus having a group of developers looking at the code for holes helps (unless of course you create secure auth systems as a hobby).
If you don't want Google or other search engines to index the pages, just create and edit a 'robots.txt' file or use the meta tag in your HTML to keep robots from indexing.
__________________
I reject your reality, and substitute my own.
|
|
|
|