Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Cant login with disabled cookies

SS ✭✭
edited November 2009 in Vanilla 2.0 - 2.8
Garden doesn't use native PHP sessions. So I cant log in if I have disabled cookie browser.

Is it possible change this shortcoming by plugin? Point me in the right direction.

Comments

  • MarkMark Vanilla Staff
    You'd need to write a custom identity class. Take a look at library/core/class.cookieidentity.php, which is assigned in /bootstrap.php around line 90.
Sign In or Register to comment.