<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Login screen shows for every link]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=971</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=971&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Login screen shows for every link.]]></description>
		<lastBuildDate>Wed, 15 Sep 2010 17:35:28 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Login screen shows for every link]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=6907#p6907</link>
			<description><![CDATA[<p>Hi, I had this problem this morning too with a shared server that has an invalid save_path set. In the end I found the fix as creating a folder specific to session saves (as I always have to anyways), and then the following lines at around line 157 in /includes/session.inc (the code there didn&#039;t work so easy, though it was on the path I used to /session/store/ so slight mod worked. </p><p>// Changed session.inc at line 156, version 2.2 release<br />//ini_set(&#039;session.save_path&#039;, dirname(__FILE__).&#039;/../tmp/&#039;);<br />ini_set(&#039;session.save_path&#039;, $path_to_root.&#039;/store/session&#039;);<br />session_save_path($path_to_root.&#039;/store/session&#039;);<br />// The extra session_save_path is the way I usually fix this. Not sure if that was necessary after the ini_set.</p>]]></description>
			<author><![CDATA[null@example.com (setjmp)]]></author>
			<pubDate>Wed, 15 Sep 2010 17:35:28 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=6907#p6907</guid>
		</item>
		<item>
			<title><![CDATA[Re: Login screen shows for every link]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=4246#p4246</link>
			<description><![CDATA[<p>There may be a tmp directory that you also changed to 777 that has the php session file in it (The session has to be stored SOMEWHERE <img src="https://frontaccounting.com/punbb/img/smilies/smile.png" width="15" height="15" alt="smile" />)</p><p>it is not generally a good idea to leave *all* your files set to 777</p><p>tom</p>]]></description>
			<author><![CDATA[null@example.com (tom)]]></author>
			<pubDate>Tue, 29 Dec 2009 14:14:30 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=4246#p4246</guid>
		</item>
		<item>
			<title><![CDATA[Re: Login screen shows for every link]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=4206#p4206</link>
			<description><![CDATA[<p>Well, good that it works for you now. But what&nbsp; write permissions setting (AFAIK non effective at all as for now <img src="https://frontaccounting.com/punbb/img/smilies/wink.png" width="15" height="15" alt="wink" />) have to do with session? Who knows...</p><p>Janusz</p>]]></description>
			<author><![CDATA[null@example.com (itronics)]]></author>
			<pubDate>Tue, 22 Dec 2009 07:28:56 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=4206#p4206</guid>
		</item>
		<item>
			<title><![CDATA[Re: Login screen shows for every link]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=4204#p4204</link>
			<description><![CDATA[<p>i have resolved the problem.<br />session configuration is ok but i had chmod all files to 777.<br />When i created a new folder with a new install without doing that chmod everything works fine :-)</p>]]></description>
			<author><![CDATA[null@example.com (Kenneth)]]></author>
			<pubDate>Mon, 21 Dec 2009 23:15:10 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=4204#p4204</guid>
		</item>
		<item>
			<title><![CDATA[Re: Login screen shows for every link]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=4203#p4203</link>
			<description><![CDATA[<p>Give us a note when&nbsp; you will check session configuration and you will find something strange.<br />Janusz</p>]]></description>
			<author><![CDATA[null@example.com (itronics)]]></author>
			<pubDate>Mon, 21 Dec 2009 22:57:09 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=4203#p4203</guid>
		</item>
		<item>
			<title><![CDATA[Re: Login screen shows for every link]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=4196#p4196</link>
			<description><![CDATA[<p>It is totaly correct how you understand the problem.<br />I installed the package and first time i logged in everything works fine, next time i logged in this happens everytime.</p>]]></description>
			<author><![CDATA[null@example.com (Kenneth)]]></author>
			<pubDate>Mon, 21 Dec 2009 10:02:43 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=4196#p4196</guid>
		</item>
		<item>
			<title><![CDATA[Re: Login screen shows for every link]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=4193#p4193</link>
			<description><![CDATA[<p>As far as I understand you can login, menu screen is displayed and every click on menu options moves you to the login screen again? If this is the case seems there is some problem with session handling.&nbsp; Cookie based session have to be also enabled on server side - please look into session related php.ini settings, especially session.use_cookies.<br />More here: <a href="http://pl.php.net/manual/en/session.configuration.php">http://pl.php.net/manual/en/session.configuration.php</a></p><p>Janusz</p>]]></description>
			<author><![CDATA[null@example.com (itronics)]]></author>
			<pubDate>Mon, 21 Dec 2009 07:44:35 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=4193#p4193</guid>
		</item>
		<item>
			<title><![CDATA[Re: Login screen shows for every link]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=4190#p4190</link>
			<description><![CDATA[<p>hmm, i have enablet cookies for all sites but its still not work.<br />I have done this in tools --- internet options -- security<br />Any&nbsp; other way to do this ?<br />Or maybe anyone have another suggestion on the problem?</p>]]></description>
			<author><![CDATA[null@example.com (Kenneth)]]></author>
			<pubDate>Sun, 20 Dec 2009 19:17:32 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=4190#p4190</guid>
		</item>
		<item>
			<title><![CDATA[Re: Login screen shows for every link]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=4189#p4189</link>
			<description><![CDATA[<p>Seems you have cookies disabled in your browser?<br />Janusz</p>]]></description>
			<author><![CDATA[null@example.com (itronics)]]></author>
			<pubDate>Sun, 20 Dec 2009 17:52:30 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=4189#p4189</guid>
		</item>
		<item>
			<title><![CDATA[Login screen shows for every link]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=4188#p4188</link>
			<description><![CDATA[<p>Can anyone help me, i have installed latest package sucessfully but each time i follow an link in the navigation the login screen shows up again.</p><p>What have i done wrong?</p>]]></description>
			<author><![CDATA[null@example.com (Kenneth)]]></author>
			<pubDate>Sun, 20 Dec 2009 11:55:23 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=4188#p4188</guid>
		</item>
	</channel>
</rss>
