Revert r43804 'This should probably be in Response, not Request, as we're setting...
authorAaron Schulz <aaron@users.mediawiki.org>
Fri, 21 Nov 2008 09:55:13 +0000 (09:55 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Fri, 21 Nov 2008 09:55:13 +0000 (09:55 +0000)
commitc155fd4e4afe64a3c21850327ec749c0b5778850
tree84353b0213d04b2b8fe94c7a282049ff0ec617f5
parentbd555bbfaa044fe72d462af6bbc55d0bfef2d15d
Revert r43804 'This should probably be in Response, not Request, as we're setting data, not getting it. Nothing's using it yet (fairly new), so nothing to update.'

Session id is used by client request to specify its login data from cookie, so the session data, by extensions, is like a sort of request parameter. Also, WebResponse.php seems to be used for data actually sent to the client, like requested cookies.
includes/WebRequest.php
includes/WebResponse.php