Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Cookies

Thank you Trent,

This worked perfectly!

Took me a while though to figure out why setting the cookie with the same password hashed as the one in the database wasn’t working, reason being, bbpress stores your password into the database as md5(yourpassword), fine — obvious! :)

BUT … it stores your password in your session cookie as, md5(md5(yourpassword)) — So, there you go :)

Skip to toolbar