[imp] cookie path?

Paul Reilly pareilly@tcd.ie
Sat, 22 Jun 2002 00:46:27 +0100 (IST)


What's the cookie path and why do I need to change it if I change
the horde/imp webroot?

----------------------------------------------------------------------------
Configuring Horde IMP so IMP is at the webserver root
----------------------------------------------------------------------------

2) Edit Horde's ~/config/registry.php

   a) Leave Horde webroot set to '/horde' as per normal
      but change the cookie path to '/':

        $this->applications['horde'] = array(
                'fileroot' => dirname(__FILE__) . '/..',
                'webroot' => '/horde',
                'initial_page' => 'login.php',
                'cookie_path' => '/',


   b) Change IMP's webroot to blank & chage icon path:

         $this->applications['imp'] = array(
                'fileroot' => dirname(__FILE__) . '/../imp',
                'webroot' => '',
                'icon' => '/graphics/imp.gif'