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

PHPSESSID

edited January 2009 in Vanilla 1.0 Help
How come when logged out all links have a session ID associated to them?

Can this not be removed?

Comments

  • Options
    There's a php setting in php.ini. I think it's a called enable_trans_id or something like that. Basicly if it's on php appends PHPSESSID to all href's and form actions. It's an alternative to using cookies.
  • Options
    how can i get the UserID using PHPSESSID?
Sign In or Register to comment.