		<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>Appnitro Software Forums Topic: Regarding session expired.</title>
<link>http://www.appnitro.com/forums/</link>
<description>Appnitro Software Forums Topic: Regarding session expired.</description>
<language>en</language>
<pubDate>Tue, 07 Feb 2012 09:58:10 +0000</pubDate>

<item>
<title>MvdL79 on "[closed] Regarding session expired."</title>
<link>http://www.appnitro.com/forums/topic/regarding-session-expired#post-2251</link>
<pubDate>Thu, 03 Jul 2008 20:12:39 +0000</pubDate>
<dc:creator>MvdL79</dc:creator>
<guid isPermaLink="false">2251@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;Thanks once again for the quick answer.&#60;/p&#62;
&#60;p&#62;It seem to does exactly what I want! Thanks. :)&#60;br /&#62;
I think I am completely done with the forms! :)&#60;/p&#62;
&#60;p&#62;Keep up the good work!
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "[closed] Regarding session expired."</title>
<link>http://www.appnitro.com/forums/topic/regarding-session-expired#post-2250</link>
<pubDate>Thu, 03 Jul 2008 18:42:51 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">2250@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;Edit machform.php file, search around line 198 - 203:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if(empty($_SESSION[&#38;#39;review_id&#38;#39;])){
	die(&#38;quot;Your session has been expired. Please start again.&#38;quot;);
}else{
	$record_id = $_SESSION[&#38;#39;review_id&#38;#39;];
}
$markup = display_integrated_form_review($form_id,$record_id,$machform_path);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#60;code&#62;&#60;/code&#62;&#60;br /&#62;
replace the above code with this one:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if(empty($_SESSION[&#38;#39;review_id&#38;#39;])){
	$markup = &#38;quot;Your session has been expired. Please start again.&#38;quot;;
}else{
	$record_id = $_SESSION[&#38;#39;review_id&#38;#39;];
	$markup = display_integrated_form_review($form_id,$record_id,$machform_path);
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#60;code&#62;&#60;/code&#62;&#60;br /&#62;
let me know how it goes.
&#60;/p&#62;</description>
</item>
<item>
<title>MvdL79 on "[closed] Regarding session expired."</title>
<link>http://www.appnitro.com/forums/topic/regarding-session-expired#post-2249</link>
<pubDate>Thu, 03 Jul 2008 17:21:28 +0000</pubDate>
<dc:creator>MvdL79</dc:creator>
<guid isPermaLink="false">2249@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;Advanced form... :)
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "[closed] Regarding session expired."</title>
<link>http://www.appnitro.com/forums/topic/regarding-session-expired#post-2247</link>
<pubDate>Thu, 03 Jul 2008 17:10:44 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">2247@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;Which form code do you use?&#60;/p&#62;
&#60;p&#62;The standalone form (view.php) or the iframe form (embed.php) or the advanced form?
&#60;/p&#62;</description>
</item>
<item>
<title>MvdL79 on "[closed] Regarding session expired."</title>
<link>http://www.appnitro.com/forums/topic/regarding-session-expired#post-2242</link>
<pubDate>Thu, 03 Jul 2008 14:50:59 +0000</pubDate>
<dc:creator>MvdL79</dc:creator>
<guid isPermaLink="false">2242@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;It seems I cannot fix this by myself... :(
&#60;/p&#62;</description>
</item>
<item>
<title>MvdL79 on "[closed] Regarding session expired."</title>
<link>http://www.appnitro.com/forums/topic/regarding-session-expired#post-2236</link>
<pubDate>Wed, 02 Jul 2008 20:03:27 +0000</pubDate>
<dc:creator>MvdL79</dc:creator>
<guid isPermaLink="false">2236@http://www.appnitro.com/forums/</guid>
<description>&#60;p&#62;I don't know if this can be fixed, however I am still going to ask.&#60;/p&#62;
&#60;p&#62;Whenever someone hits the back button on their browser when completed a form, they get the message &#34;Your session has been expired. Please start again.&#34; which of course is great for not receiving duplicate entries, it causes one &#34;small&#34; problem with my forms.&#60;/p&#62;
&#60;p&#62;The website's design breaks down. It does not load the rest of the page after that line. Probably cause of the string which is used. Is there not another way, with still showing the expired message, but ALSO load the rest of the page (design)?
&#60;/p&#62;</description>
</item>

</channel>
</rss>

