Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.
Cookie Searching
I was just wondering if there was a way that I could log in to my email address and then log out and check my cookies for a way to pull out the password that I used to go log in with.
I'm not a complete no0b and I'm not asking this to hack anyone else. I just want this for personal use.
Thanks in advance.
chances are slim to none.
it probably uses a session and something IP based to prevent session hijacking.
then again, you never know. type "javascript:alert(document.cookie)" to view your cookie.
chances are you will see something like SESSID or TOKEN or something meaning you are connected with a session (username + pass stored on server)
but look around, it never hurts.
google PHP sessions