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

Sessions

edited September 2011 in Vanilla 2.0 - 2.8
Hi, does vanilla used sessions over the pages? If yes, how do i print sessions in vanilla? Can someone help me with this, please?

Thanks in advance.
Tagged:

Best Answers

  • Options
    LincLinc Detroit Admin
    Answer ✓
    Vanilla 2 is using session data in the latest beta, but wasn't really in 2.0.17 or prior.
  • Options
    lucluc ✭✭
    Answer ✓
    Pretty useless to create something that you know you will need to change for the following version.
  • Options
    zodiacdmzodiacdm
    Answer ✓
    There is a session table in the database now, it stores session attributes if that is what you are trying to access.

    I am not sure if this existed in version 2.0.17 or not though...

Answers

  • Options
    LincLinc Detroit Admin
    Answer ✓
    Vanilla 2 is using session data in the latest beta, but wasn't really in 2.0.17 or prior.
  • Options
    So vanilla is using cookies then? How i print it out?

    I'm using Vanilla version 2.0.17.10.

    Any help on this?
  • Options
    lucluc ✭✭
    Answer ✓
    Pretty useless to create something that you know you will need to change for the following version.
  • Options
    LincLinc Detroit Admin
    I don't understand what you mean by "print it out"?
  • Options
    I don't understand what you mean by "print it out"?

    Meaning print the sessions like in standard php print_r($_SESSIONS);

  • Options
    zodiacdmzodiacdm
    Answer ✓
    There is a session table in the database now, it stores session attributes if that is what you are trying to access.

    I am not sure if this existed in version 2.0.17 or not though...
Sign In or Register to comment.