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.
URGENT: 0.9.2.6 and SessionID
One very URGENT problem which should be fixed AS SOON AS POSSIBLE..
Some indexed sites of my community include the sessionID..
See here: http://www.google.de/search?q=moo.fx+ajaxtalk
With this links visitors are LOGGED IN even if they are not registered!!
0
This discussion has been closed.
Comments
Read the PHP documentation here: php.net/session
For the record, Vanilla 0.9.3 has explicitly set the session.use_only_cookies to true. You can do so in vanilla 0.9.2.6 by adding the following line to your appg/headers.php file:
// DO NOT ALLOW PHP_SESS_ID TO BE PASSED IN THE QUERYSTRING ini_set("session.use_only_cookies", 1);
I realize that this is a problem, and I had assumed that setting use_only_cookies was enough to handle the problem. I am willing to give the ip checking a go for a while. I'd really like to see if a lot of people get kicked out repeatedly as a result of it. I know that in the distant past this did happen - but maybe things have changed.