I want to make a a login system that uses cookies if the user has cookies enabled and lets say checked a remember me box or uses sessions if they don't has cookies enabled. How would I go about doing this?
Site will be writing with PHP? If yes you have to read about session and cookie in PHP, they really simple for learning. or you can write script of autharization special for yourself