<?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>MachForm Community Forums Topic: Session Expires when submitting form</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: Session Expires when submitting form</description>
<language>en</language>
<pubDate>Wed, 06 May 2026 04:31:59 +0000</pubDate>

<item>
<title>yuniar on "Session Expires when submitting form"</title>
<link>https://www.machform.com/forums/topic/session-expires-when-submitting-form#post-12395</link>
<pubDate>Fri, 29 Jul 2011 15:43:52 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">12395@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;is this happening when you use the iframe embed code as well?
&#60;/p&#62;</description>
</item>
<item>
<title>brannonormand on "Session Expires when submitting form"</title>
<link>https://www.machform.com/forums/topic/session-expires-when-submitting-form#post-12392</link>
<pubDate>Thu, 28 Jul 2011 23:24:06 +0000</pubDate>
<dc:creator>brannonormand</dc:creator>
<guid isPermaLink="false">12392@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;turning off short review fixes this issue but it is definitely a BUG that should be fixed so we can use short review feature
&#60;/p&#62;</description>
</item>
<item>
<title>brannonormand on "Session Expires when submitting form"</title>
<link>https://www.machform.com/forums/topic/session-expires-when-submitting-form#post-12391</link>
<pubDate>Thu, 28 Jul 2011 23:16:26 +0000</pubDate>
<dc:creator>brannonormand</dc:creator>
<guid isPermaLink="false">12391@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;well just got word its STILL timing out the session and we checked our view.php and embed.php and the code from above is already implemented we are getting the issue in IE7, IE8 and IE9 adding the &#38;lt;?php session_start(); ?&#38;gt; to the page gives session already started errors
&#60;/p&#62;</description>
</item>
<item>
<title>brannonormand on "Session Expires when submitting form"</title>
<link>https://www.machform.com/forums/topic/session-expires-when-submitting-form#post-12390</link>
<pubDate>Thu, 28 Jul 2011 22:12:44 +0000</pubDate>
<dc:creator>brannonormand</dc:creator>
<guid isPermaLink="false">12390@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;we had this problem wit the latest version when the form was created we didnt add a description to the description field and embedded via advanced code (php) once we found we were having session issues we switched to iFrames (yuk)&#60;/p&#62;
&#60;p&#62;we looked at the previous form we created noticed the lack of content above the form so added some via our Proprietary CMS and switched back to advanced code (php) and the session issue went away we also added text to the description field dont if that part had any play with the issue or not but lets hope these methods will help someone else or the Devs to finally track this down also Our CMS already has a session_start() so I wonder why the need for it in the machForms
&#60;/p&#62;</description>
</item>
<item>
<title>Pangdene on "Session Expires when submitting form"</title>
<link>https://www.machform.com/forums/topic/session-expires-when-submitting-form#post-2164</link>
<pubDate>Mon, 23 Jun 2008 00:07:47 +0000</pubDate>
<dc:creator>Pangdene</dc:creator>
<guid isPermaLink="false">2164@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I just wanted to thank Yuniar publicly for helping me!&#60;/p&#62;
&#60;p&#62;:)
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Session Expires when submitting form"</title>
<link>https://www.machform.com/forums/topic/session-expires-when-submitting-form#post-2159</link>
<pubDate>Sun, 22 Jun 2008 15:47:21 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">2159@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Just a note, Pangdene problem has been solved.&#60;/p&#62;
&#60;p&#62;As a note for others, if you are using the &#34;Advanced Form Code&#34;, you'll need to insert the code below:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;?php session_start(); ?&#38;gt;&#60;/code&#62;&#60;br /&#62;
&#60;code&#62;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Put the code above at the beginning of your PHP file where you embed the forms.&#60;br /&#62;
The &#34;Standard Form Code&#34; doesn't need this addition.
&#60;/p&#62;</description>
</item>
<item>
<title>Pangdene on "Session Expires when submitting form"</title>
<link>https://www.machform.com/forums/topic/session-expires-when-submitting-form#post-2153</link>
<pubDate>Sat, 21 Jun 2008 18:07:24 +0000</pubDate>
<dc:creator>Pangdene</dc:creator>
<guid isPermaLink="false">2153@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi Yuniar,&#60;/p&#62;
&#60;p&#62;yes, modified both files.&#60;br /&#62;
I will mail you details shortly with URL.&#60;/p&#62;
&#60;p&#62;I can't check IE7 right now, but it fails in IE6 and it has privacy settings at medium.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
P :)
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Session Expires when submitting form"</title>
<link>https://www.machform.com/forums/topic/session-expires-when-submitting-form#post-2150</link>
<pubDate>Sat, 21 Jun 2008 15:29:12 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">2150@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Pangdene -- so you have modified both embed.php and view.php ?&#60;/p&#62;
&#60;p&#62;If so, can I see your form? Let me know the URL please.&#60;br /&#62;
You can post it here or mail me (yuniar [at] appnitro.com)&#60;/p&#62;
&#60;p&#62;Also, check your IE7 setting.&#60;br /&#62;
Go to: Tools -&#38;gt; Internet Options -&#38;gt; Privacy&#60;/p&#62;
&#60;p&#62;What's your setting there? The default is &#34;Medium&#34;
&#60;/p&#62;</description>
</item>
<item>
<title>Pangdene on "Session Expires when submitting form"</title>
<link>https://www.machform.com/forums/topic/session-expires-when-submitting-form#post-2146</link>
<pubDate>Sat, 21 Jun 2008 01:05:21 +0000</pubDate>
<dc:creator>Pangdene</dc:creator>
<guid isPermaLink="false">2146@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I haven't tried IE yet, but I get this problem in Firefox3 and Camino.&#60;br /&#62;
I've tried the above suggestion from Yuniar, but the problem persists; I've tried quitting the browser and re-trying after making the changes, but no joy!&#60;/p&#62;
&#60;p&#62;Just to clarify, I'm not using any CAPTCHA, but I am using review option.&#60;/p&#62;
&#60;p&#62;Help!&#60;/p&#62;
&#60;p&#62;Thanks&#60;br /&#62;
P :)&#60;/p&#62;
&#60;p&#62;EDIT: works okay in Safari, but also fails in IE7.. :-(
&#60;/p&#62;</description>
</item>
<item>
<title>stevenbarnes on "Session Expires when submitting form"</title>
<link>https://www.machform.com/forums/topic/session-expires-when-submitting-form#post-2057</link>
<pubDate>Fri, 13 Jun 2008 19:51:05 +0000</pubDate>
<dc:creator>stevenbarnes</dc:creator>
<guid isPermaLink="false">2057@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;thats works a treat.. thanks
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Session Expires when submitting form"</title>
<link>https://www.machform.com/forums/topic/session-expires-when-submitting-form#post-2054</link>
<pubDate>Fri, 13 Jun 2008 10:39:25 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">2054@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Thank you for all your report.&#60;/p&#62;
&#60;p&#62;I've found out that this is the same bug as described here recently:&#60;br /&#62;
&#60;a href=&#34;http://www.appnitro.com/forums/topic/windows-vista-users-help-testing-this-please?replies=14#post-2020&#34; rel=&#34;nofollow&#34;&#62;http://www.appnitro.com/forums/topic/windows-vista-users-help-testing-this-please?replies=14#post-2020&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The solution:&#60;br /&#62;
Edit &#60;strong&#62;embed.php&#60;/strong&#62; and &#60;strong&#62;view.php&#60;/strong&#62;. On line 10 you'll find this code:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;session_start();&#60;/code&#62;&#60;br /&#62;
&#60;code&#62;&#60;/code&#62;&#60;br /&#62;
Right above that line, insert this code:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;header(&#38;quot;p3p: CP=\&#38;quot;IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\&#38;quot;&#38;quot;);&#60;/code&#62;&#60;br /&#62;
&#60;code&#62;&#60;/code&#62;&#60;br /&#62;
That should solve the session expired issue with IE.
&#60;/p&#62;</description>
</item>
<item>
<title>CritseyRowe on "Session Expires when submitting form"</title>
<link>https://www.machform.com/forums/topic/session-expires-when-submitting-form#post-2053</link>
<pubDate>Fri, 13 Jun 2008 07:32:45 +0000</pubDate>
<dc:creator>CritseyRowe</dc:creator>
<guid isPermaLink="false">2053@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;No, no reCAPTCHA activated. Never was ...
&#60;/p&#62;</description>
</item>
<item>
<title>walags on "Session Expires when submitting form"</title>
<link>https://www.machform.com/forums/topic/session-expires-when-submitting-form#post-2052</link>
<pubDate>Fri, 13 Jun 2008 05:52:54 +0000</pubDate>
<dc:creator>walags</dc:creator>
<guid isPermaLink="false">2052@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;think the problem is with the reCaptch&#60;/p&#62;
&#60;p&#62;i took that off the form and it worked again. maybe reCaptch changed something
&#60;/p&#62;</description>
</item>
<item>
<title>CritseyRowe on "Session Expires when submitting form"</title>
<link>https://www.machform.com/forums/topic/session-expires-when-submitting-form#post-2049</link>
<pubDate>Fri, 13 Jun 2008 04:53:37 +0000</pubDate>
<dc:creator>CritseyRowe</dc:creator>
<guid isPermaLink="false">2049@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;We are having the same error here with a client and on one of our computers. The session expires every time we hit submit (no data is being submitted). IE 7.0.7530&#60;br /&#62;
This is not great, because clients fill out a lot and then all is lost. I sent an email with the form's address.
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Session Expires when submitting form"</title>
<link>https://www.machform.com/forums/topic/session-expires-when-submitting-form#post-2042</link>
<pubDate>Thu, 12 Jun 2008 12:03:25 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">2042@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;What version of IE did you use? &#60;/p&#62;
&#60;p&#62;You said &#34;everytime he completes the form&#34; -- so the submission went through the database? or not?&#60;/p&#62;
&#60;p&#62;Is there any chance I could try your form? Let me know the URL please. Mail to: customer.service [at] appnitro.com or just post it here.
&#60;/p&#62;</description>
</item>
<item>
<title>stevenbarnes on "Session Expires when submitting form"</title>
<link>https://www.machform.com/forums/topic/session-expires-when-submitting-form#post-2041</link>
<pubDate>Wed, 11 Jun 2008 20:56:37 +0000</pubDate>
<dc:creator>stevenbarnes</dc:creator>
<guid isPermaLink="false">2041@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;On my boss's IE browser both at home and in the office, everytime he completes the form he gets a notice telling him his session has expired and to try again.&#60;/p&#62;
&#60;p&#62;Thing is I was watching him do it and he did not click back or anything. He opened his browser, went to form and filled it out then gave him the error.&#60;/p&#62;
&#60;p&#62;Please help because i love this form and would really love to continue using it.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
