Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
What's the VerificationKey for?
Hi!
First of all: Thanks for Vanilla. It's an amazing piece of software you wrote there and maybe the best forum i've seen yet :o)
I'm about to use Vanillas session and user-table for my entire website.
It's pretty much the first time I seriously deal with sessions and cookies, so I'm not sure I got all the security issues covered.
Correct me if I'm wrong, but the SessionPostBackKey is just a random number to communicate with ajax.
Then all i've left is a UserID and my cookie with the PHPSESSID allowing me to be an Administrator on my site.
Is there really no more verification needed to prove my session as valid?
What's the VerificationKey in the user-table for?
I thought maybe this was something like my latest SessionID encrypted, but it never changes it's value.
Let's assume there is much more going on with the session:
Is it possible to use Vanilla-scripts one level below the forum-path (like in "/" instead of "/forum")? How?
I would be pleased if you take a second to answer me ;o)
Gizzmo
0
This discussion has been closed.
Comments
You can set the cookie folder manually in vanilla so setting it to take effect on / not /forum is easy enough - then you just need to select the relevant People libaries to check stuff..