Print Page | Close Window

security web pages

Printed From: Web Wiz Forums
Category: General Discussion
Forum Name: Classic ASP Discussion
Forum Description: Discussion on Active Server Pages (Classic ASP).
URL: https://forums.webwiz.net/forum_posts.asp?TID=16373
Printed Date: 29 March 2026 at 8:11pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: security web pages
Posted By: kim6222
Subject: security web pages
Date Posted: 29 August 2005 at 10:08am

Any suggestion with web site security, for example, online top up website should have the security on the coding protection and database protection such as disable the view source, use session or cookies, and database protection

Please provide me some method or solution in order to create a security web site.



-------------
kim6222



Replies:
Posted By: Gullanian
Date Posted: 29 August 2005 at 1:44pm
Theres loads of articles on the Internet about this.

Disabling viewsource is rubbish.  Never rely on client side protection such as JavaScript as this can easily be bipassed.

As for which type of cookie to use it really doesn't matter, just down to the design of the site more than security.  I prefer not to use session cookies as it reduces the servers load.

If you are doing CC payments, SSL is the best protection from third party interception that you can get.

To protect payment pages themselves from attacks, you should read up on some articles in designing secure systems, 4guysfromrolla.com is a really good site for that stuff.



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net