System security
Posted: Tue Feb 24, 2004 2:27 am
Once I login into my system, I carry the login and password value through querystring (eg. "main.php?login=<?php echo login ?>"). I use this way to all of my pages. I think this is not the best way because everybody can see the login and password value at the page link. So anybody got idea to solve this problem?