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.
Options

What cookies and/or session variables are set upon login?

rstoberrstober New
edited June 2011 in Vanilla 2.0 - 2.8
Can anyone tell me what cookies and or session variables get set when a user successfully logs in? And how can I print these out so I can see them?

Thank you in advance,

Robert
Tagged:

Best Answer

  • Options
    ToddTodd Chief Product Officer Vanilla Staff
    Answer ✓
    This is a config setting, but the defaults are "Vanilla", "Vanilla-Volatile", and "Vanilla-SessionID.".

    You can just print_r($_COOKIE) to see the values.

Answers

  • Options
    ToddTodd Chief Product Officer Vanilla Staff
    Answer ✓
    This is a config setting, but the defaults are "Vanilla", "Vanilla-Volatile", and "Vanilla-SessionID.".

    You can just print_r($_COOKIE) to see the values.
  • Options

    thank you Todd!

Sign In or Register to comment.