Hello,
I'm currently using PHP to authenticate users to their account.
I don't want to use cookies because the users can not only modify the information in there, figure out what methods I use to identify them, but the users who don't allow cookies will not be able to login.
I simply want to...