x00
MVPx00 MVP
Reactions
-
Re: [2.1b2] Bizarre loading issue
try turning off javascript and making a comparison. (View Post)2 -
Re: How to 'close' a Vanilla Forum?
I would just restrict posting it that is an issue. As phreak says, public forums, you want to avoid closing off view access. (View Post)1 -
Re: Understanding the GDN_Session table
Sorry I have provided all the information. Like I said there is no such thing as "logged in". http is stateless. "logged in" merely a term used for "sessions" represente… (View Post)1 -
Re: Understanding the GDN_Session table
No table. The whole point of HMAC is you don't need to store a hash somewhere. HMAC is a way of checking data against itself. it is not just a standard hash as this would be simple to forge. In encry… (View Post)3 -
Re: Understanding the GDN_Session table
Authentication is done with Vanilla cookie only using HMAC http://vanillaforums.org/discussion/25517/vanilla-forum-cookie-content-denote-what There is a difference between the the password authentica… (View Post)3
