<?xml version="1.0" encoding="UTF-8"?> 
<?xml-stylesheet href="https://dev.horde.org/themes/horde//default/feed-rss.xsl" type="text/xsl"?> 
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> 
 <channel> 
  <title>Composing a Message ends Session</title> 
  <pubDate>Fri, 10 Apr 2026 07:03:52 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/17</link> 
  <atom:link rel="self" type="application/rss+xml" title="Composing a Message ends Session" href="https://bugs.horde.org/ticket/17/rss" /> 
  <description>Composing a Message ends Session</description> 
 
   
   
  <item> 
   <title>-- I filed this here because your bugtracking system wouldn&#039;</title> 
   <description>-- I filed this here because your bugtracking system wouldn&#039;t allow me to file it under IMP --



When I chose &quot;Compose&quot; a new window opens. After doing what I have to do, I close the window either by chosing &quot;Send Message&quot;, &quot;Cancel Message&quot; or clicking on the little cross in the upper right corner of the window frame. In all the three cases clicking on a menu item (e.g. &quot;Webmail&quot; from the Horde Page or &quot;Folders&quot; if I am in IMP) leads to the login screen sometimes with a message that the session has expired.



This behaviour occurs every time, even right after logon.  </description> 
   <pubDate>Fri, 19 Mar 2004 07:40:45 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/17#t76</link> 
  </item> 
   
  <item> 
   <title></title> 
   <description></description> 
   <pubDate>Fri, 19 Mar 2004 16:07:33 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/17#t77</link> 
  </item> 
   
  <item> 
   <title>Do you by chance have setup Horde/IMP to be in the document </title> 
   <description>Do you by chance have setup Horde/IMP to be in the document root? That is do you access IMP or Horde like http://webmail.example.com?</description> 
   <pubDate>Sat, 20 Mar 2004 22:49:32 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/17#t78</link> 
  </item> 
   
  <item> 
   <title>No, the URL is like https://&lt;server&gt;/horde resp. https://&lt;se</title> 
   <description>No, the URL is like https://&lt;server&gt;/horde resp. https://&lt;server&gt;/horde/imp</description> 
   <pubDate>Tue, 23 Mar 2004 07:52:56 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/17#t79</link> 
  </item> 
   
  <item> 
   <title>Anyone an idea on this bug?</title> 
   <description>Anyone an idea on this bug?</description> 
   <pubDate>Wed, 24 Mar 2004 22:51:12 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/17#t80</link> 
  </item> 
   
  <item> 
   <title>What kind of session handler (e.g. &#039;files&#039;, &#039;sql&#039;) are you u</title> 
   <description>What kind of session handler (e.g. &#039;files&#039;, &#039;sql&#039;) are you using?</description> 
   <pubDate>Wed, 24 Mar 2004 23:00:16 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/17#t81</link> 
  </item> 
   
  <item> 
   <title>It&#039;s &#039;sql&#039;. A mysql database is used. </title> 
   <description>It&#039;s &#039;sql&#039;. A mysql database is used. </description> 
   <pubDate>Tue, 30 Mar 2004 06:46:59 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/17#t82</link> 
  </item> 
   
  <item> 
   <title>Try changing the session handler to &#039;files&#039; (in php.ini) and</title> 
   <description>Try changing the session handler to &#039;files&#039; (in php.ini) and commenting out all session stuff in horde/conf.php and see if that fixes the problem.

</description> 
   <pubDate>Tue, 30 Mar 2004 18:41:01 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/17#t83</link> 
  </item> 
   
  <item> 
   <title></title> 
   <description></description> 
   <pubDate>Tue, 30 Mar 2004 20:47:04 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/17#t84</link> 
  </item> 
   
  <item> 
   <title>Another Observation I made: The problem only occurs if I tes</title> 
   <description>Another Observation I made: The problem only occurs if I test locally using konqueror. Connecting from a Win2k machine with IE or Opera does not show the problem. After installing Opera and Mozilla locally they did not show the problem either. Currently I cannot test network access via konqueror. 



So the problem seems to be limited to the konqueror.



Regarding your suggestion: Maybe I didn&#039;t understand your last question right. I thought you talked about the horde/conf/horde.php where I changed the preference driver to &#039;sql&#039;. 



So let me try again. My Installation is SuSE 9.0 with Horde 2.2.4 and IMP 3.3.2. 



In /etc/php.ini there is the line



   session.save_handler=files



A file named horde/conf.php does not exist.



In horde/conf/horde.php I only changed the following lines from the default:



 /**

  ** Horde Logging

  **/

 [...]

 $conf[&#039;use_ssl&#039;] = 1;

 [...]

 $conf[&#039;log&#039;][&#039;type&#039;] = &#039;syslog&#039;;

 [...]

 $conf[&#039;log&#039;][&#039;name&#039;] = LOG_LOCAL0;

 [...]

 /**

  ** Preference System Settings

  **/

 [...]

 $conf[&#039;prefs&#039;][&#039;driver&#039;] = &#039;sql&#039;;



 // Any parameters that the preferences driver needs. This includes

 // database or ldap server, username/password to connect with, etc.

 $conf[&#039;prefs&#039;][&#039;params&#039;] = array();



 // This is an example configuration for a MySQL preference backend.

 // The SQL script to setup the preference database is placed in

 // horde/scripts/db/prefs.sql.

 $conf[&#039;prefs&#039;][&#039;params&#039;][&#039;phptype&#039;] = &#039;mysql&#039;;

 $conf[&#039;prefs&#039;][&#039;params&#039;][&#039;hostspec&#039;] = &#039;localhost&#039;;

 $conf[&#039;prefs&#039;][&#039;params&#039;][&#039;username&#039;] = &#039;horde&#039;;

 $conf[&#039;prefs&#039;][&#039;params&#039;][&#039;password&#039;] = &#039;&lt;Paßwort&gt;&#039;;

 $conf[&#039;prefs&#039;][&#039;params&#039;][&#039;database&#039;] = &#039;horde&#039;;

 $conf[&#039;prefs&#039;][&#039;params&#039;][&#039;table&#039;] = &#039;horde_prefs&#039;;



In horde/config/registry.php the following changes where made:



   $this-&gt;registry[&#039;auth&#039;][&#039;login&#039;] = &#039;imp&#039;;

   $this-&gt;registry[&#039;auth&#039;][&#039;logout&#039;] = &#039;imp&#039;;



 $this-&gt;applications[&#039;imp&#039;] = array(

    [...] 

    &#039;status&#039; =&gt; &#039;active&#039;

 );



 $this-&gt;applications[&#039;kronolith&#039;] = array(

     [...]

     &#039;status&#039; =&gt; &#039;active&#039;

 );



 $this-&gt;applications[&#039;turba&#039;] = array(

     [...]

     &#039;status&#039; =&gt; &#039;active&#039;

 );





I spare you the configuration changes for IMP, Kronolith and Turba as I do not think they are related to the problem. If I&#039;m incorrect please tell me and I send additional information.







 </description> 
   <pubDate>Thu, 01 Apr 2004 08:05:29 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/17#t85</link> 
  </item> 
   
  <item> 
   <title>Are cookies disabled on Konqueror?  Or, at least, cookies no</title> 
   <description>Are cookies disabled on Konqueror?  Or, at least, cookies not being accepted from your Horde/IMP website URL?</description> 
   <pubDate>Thu, 01 Apr 2004 16:39:08 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/17#t86</link> 
  </item> 
   
  <item> 
   <title>I tried it. I set the Cookie preferences to &quot;Allow Cookies&quot; </title> 
   <description>I tried it. I set the Cookie preferences to &quot;Allow Cookies&quot; and and &quot;Ask for Confirmation before accepting Cookies&quot;. I unchecked the other Options.



I get a lot of Cookies of the type



Name: Horde

Value: &lt;long hexadecimal&gt;

Expires: end of session

Path: /horde

Domain: &lt;host name&gt;

Secure: false



They apear after very action, sometimes three at once. I accepted them all but the problem persists.</description> 
   <pubDate>Fri, 02 Apr 2004 06:40:47 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/17#t87</link> 
  </item> 
   
  <item> 
   <title>Since you say this activity seems to be limited to the Konqu</title> 
   <description>Since you say this activity seems to be limited to the Konqueror browser only, and I have no access to the Konqueror browser, I am assigning this ticket back to all developers in the hopes that one of them can test this out and verify what you are seeing.</description> 
   <pubDate>Fri, 02 Apr 2004 17:18:47 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/17#t88</link> 
  </item> 
   
  <item> 
   <title>Can anybody else verify this?  Especially with Horde 3.0/IMP</title> 
   <description>Can anybody else verify this?  Especially with Horde 3.0/IMP 4.0?</description> 
   <pubDate>Fri, 16 Apr 2004 21:29:53 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/17#t89</link> 
  </item> 
   
  <item> 
   <title>I cannot.</title> 
   <description>I cannot.</description> 
   <pubDate>Tue, 20 Apr 2004 19:54:25 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/17#t90</link> 
  </item> 
   
  <item> 
   <title>No additional feedback.  If this is indeed a problem with Ko</title> 
   <description>No additional feedback.  If this is indeed a problem with Konqueror, it has either gone away in Horde HEAD or is not reproducible.</description> 
   <pubDate>Sun, 25 Apr 2004 11:31:25 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/17#t91</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
