bgreenhouse
Technical User
This is a really general question, I have no knowledge of or experience security issues, so I'm asking here. I have a site consisting of Active Server Pages. I have a login that compares your ID number and PIN with the database, then, if it's correct, assigns a session variable to true. Every page then checks to see if that variable is true before displaying. If it is false, empty or anything other than true, then the browser is redirected to the login page. This scripting is all done server side so it can't be seen from a client (I hope). Now - assuming the server is well protected (I'm using a large hosting company, so I would hope - probably wrongly - that the server is relatively secure), is this a secure method of protecting your website?
Again, I'm a beginner so let me have it gently.
Ben
Again, I'm a beginner so let me have it gently.
Ben