Correctly determine if we are creating a session or not when calling rpc.php.
authorMichael J. Rubinsky <mrubinsk@horde.org>
Fri, 9 Apr 2010 18:01:00 +0000 (14:01 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Fri, 9 Apr 2010 18:01:00 +0000 (14:01 -0400)
commit8a9328f19d062c3ab899bfa743666888cafd169f
tree5496f703bfef8c9c34d449c9a52817c9a6312df1
parentd03c9228cc202547de4470367b76d51d0cd0fa75
Correctly determine if we are creating a session or not when calling rpc.php.

Need to determine type of server before calling appInit() and also need to let
Horde_Controller_Request_Http know we don't want a session.  This will probably
be taken care of when we use a full-fledged controller here, but for now we need to
pass the session_control value to the Request const'r.
framework/Controller/lib/Horde/Controller/Request/Http.php
horde/rpc.php