I have designed an asp page that takes session variables that hold passwords (for databases), I was wondering how safe this is, is it easy to hack and retrive the passwords this way? [sig][/sig]
Sesssion Variables are held on the Serverside, so they're not as unsecure as Cookies(client side) however one think I've done is that have a login page with the password hardcoded serverside, and if the user logs in correctly, I create a boolean session variable, True if they are loged in(password matched) false, or non-existing if they didnt log in. [sig]<p>Karl<br><a href=mailto:kb244@kb244.com>kb244@kb244.com</a><br><a href=
Technically, Karl's answer is not exactly right. Although session variables are only available from client code, they are stored in cookies, which means they're there on the client side. However, a user won't be able to see the password inside the session variable cookie.
[sig]<p>nick bulka<br><a href=mailto: > </a><br><a href=
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.