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

  • 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.
  • how can i get the UserID using PHPSESSID?
Sign In or Register to comment.