<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
  <title>aC forum: Constant logging out of application</title>
  <link>http://www.activecollab.com/forums/topic/2412/</link>
  <description>Recent posts on topic: Constant logging out of application</description>
  <dc:language>en-us</dc:language>
  <pubDate>Sat, 06 Sep 2008 19:18:32 CDT</pubDate>
  
  <item>
    <link>http://www.activecollab.com/forums/post/12736/#post12736</link>
    <guid>http://www.activecollab.com/forums/post/12736/#post12736</guid>
    <title>Post #8 by Ilija Studen</title>
    <dc:creator>Ilija Studen</dc:creator>
    <description><![CDATA[<p>Hi Greg,<br />
<br />
Thanks for the information. We'll consider making this behavior optional in the future, but currently you cannot stay logged in on multiple machines / browsers at the same time.</p>]]></description>
    <pubDate>Thu, 15 May 2008 09:07:03 CDT</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/12735/#post12735</link>
    <guid>http://www.activecollab.com/forums/post/12735/#post12735</guid>
    <title>Post #7 by gegoodwin</title>
    <dc:creator>gegoodwin</dc:creator>
    <description><![CDATA[<p>Ilija,<br />
<br />
Thanks so much for your help.  The users I am supporting were all using multiple browsers or multiple computers which was killing their sessions prematurely.  Now that we are aware of the session hijacking function the problem has been eliminated.<br />
<br />
Greg</p>]]></description>
    <pubDate>Thu, 15 May 2008 08:42:00 CDT</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/12716/#post12716</link>
    <guid>http://www.activecollab.com/forums/post/12716/#post12716</guid>
    <title>Post #6 by Ilija Studen</title>
    <dc:creator>Ilija Studen</dc:creator>
    <description><![CDATA[<p>Hi Greg,<br />
<br />
Login problems are commonly caused by session misconfiguration. Please check following two articles (especially the part about turning on debugging):<br />
<br />
1. <a href="http://www.activecollab.com/support/index.php?pg=kb.page&amp;id=49" target="_blank" rel="nofollow">Resolving login problems</a><br />
2. <a href="http://www.activecollab.com/support/index.php?pg=kb.page&amp;id=51" target="_blank" rel="nofollow">Remember me for 14 days does not work as expected</a><br />
<br />
If that does not help please tell us more about your system behavior - how frequently do you get logged out, on which pages etc.</p>]]></description>
    <pubDate>Tue, 13 May 2008 06:20:49 CDT</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/12714/#post12714</link>
    <guid>http://www.activecollab.com/forums/post/12714/#post12714</guid>
    <title>Post #5 by gegoodwin</title>
    <dc:creator>gegoodwin</dc:creator>
    <description><![CDATA[<p>Andy,<br />
<br />
Did you find a resolution to this problem.  We are on dreamhost also and are having the same problem.  I've modified the session save path and increased the session lifetime, but this didn't fix the problem.<br />
<br />
Thanks,<br />
Greg</p>]]></description>
    <pubDate>Mon, 12 May 2008 17:46:05 CDT</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/11457/#post11457</link>
    <guid>http://www.activecollab.com/forums/post/11457/#post11457</guid>
    <title>Post #4 by aduess</title>
    <dc:creator>aduess</dc:creator>
    <description><![CDATA[<p>Thanks to both of you. Unfortunately the 'remember me' button doesn't make any different to the problem. </p>]]></description>
    <pubDate>Wed, 16 Jan 2008 09:19:52 CST</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/11451/#post11451</link>
    <guid>http://www.activecollab.com/forums/post/11451/#post11451</guid>
    <title>Post #3 by Ilija Studen</title>
    <dc:creator>Ilija Studen</dc:creator>
    <description><![CDATA[<p>Login problems are usually caused by misconfigured <a href="http://www.php.net/session" target="_blank" rel="nofollow">session management</a> in PHP. When you click Remember me activeCollab will not use PHP sessions to keep you logged in, but cookies instead so you can use this until the problem with sessions is resolved.</p>]]></description>
    <pubDate>Wed, 16 Jan 2008 05:48:48 CST</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/11450/#post11450</link>
    <guid>http://www.activecollab.com/forums/post/11450/#post11450</guid>
    <title>Post #2 by Valdemar</title>
    <dc:creator>Valdemar</dc:creator>
    <description><![CDATA[<p>We had similar issues of being logged out of the application after 24 minutes. Did some search on the net and found out that it had to do with the PHP garbage cleanup, the thing that cleans expired sessions, causing you to be logged out. I don't recall the exact reasons (something about other web apps setting it's own default lifetime).<br />
<br />
<a href="http://blog.centresource.com/2006/05/23/php-session-lifetime-an-adventure/" target="_blank" rel="nofollow">http://blog.centresource.com/2006/05/23/php-session-lifetime-an-adventure/</a><br />
<br />
The above is a pretty good read, and suggest saving sessions to a separate directory. So, by setting a session.save_path for just aC fixed the issue. I did it by adding the following to activecollab/angie/init.php just before @session.start();<br />
<br />
<pre name="code" class="html">ini_set('session.save_path','/path/to/a/directory/for/ac_sessions');</pre><br />
<br />
Since I don't know what DreamHost (guessing it's an isp) this may or may not be possible.<br />
<br />
Hope it helps</p>]]></description>
    <pubDate>Wed, 16 Jan 2008 03:46:52 CST</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/11441/#post11441</link>
    <guid>http://www.activecollab.com/forums/post/11441/#post11441</guid>
    <title>Post #1 by aduess</title>
    <dc:creator>aduess</dc:creator>
    <description><![CDATA[<p>This is getting really, really annoying but I don't know whether it is a server issue, a browser issue, or an activecollab issue. Opinions would be most appreciated: <br />
<br />
When writing a long post, then attaching a file and uploading the file I am frequently logged out and returned to the login screen with the post gone. As you might imagine this is incredibly annoying. <br />
<br />
Does this happen to anybody else or should I look at my setup for reasons? My install is hosted by dreamhost, my usual browser is the latest build of Safari on 10.5.1.<br />
<br />
Cheers, <br />
<br />
Andy</p>]]></description>
    <pubDate>Tue, 15 Jan 2008 13:31:05 CST</pubDate>
  </item>
</channel>
</rss>