Appnitro Software Forums » MachForm

Session Expired error

(13 posts)

  1. I have a form that I fill out and when I try to submit it I get the following message:
    Your session has been expired. Please start again.

    I do not hit the back button.
    I have use the PHP code to integrate the form to the site.

    The form is at:
    http://www.ultimate3rivieres.org/ATRUF/location_terrains.php

    Please help

    Posted 1 year ago #
  2. At the very top of your location_terrains.php file, try to insert this line:

    <?php session_start(); ?>
    Posted 1 year ago #
  3. I get this error at the top of my page:
    Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/subitoph/public_html/ATRUF/ATRUF/location_terrains.php:1) in /home/subitoph/public_html/ATRUF/ATRUF/location_terrains.php on line 1

    Claude

    Posted 1 year ago #
  4. Hmm... make sure to put the code on line 1.
    There shouldn't be any characters or even spaces before the code.

    If you still getting the error, send me your file please. I'll check it.
    Send to: customer.service [at] appnitro.com

    Posted 1 year ago #
  5. Lets compare
    http://www.ultimate3rivieres.org/ATRUF/location_terrains.php
    with
    (output started at /home/subitoph/public_html/ATRUF/ATRUF/location_terrains.php:1) in /home/subitoph/public_html/ATRUF/ATRUF/location_terrains.php on line 1

    Notice the ATRUF directory there? Its stated twice in the absolute listing and the URL only has it once. Wouldn't this cause that error?

    Hope this helps!

    Saghalie

    Posted 1 year ago #
  6. Just a note. Problem solved. It seems to be text editor problem. There is some weird character at the beginning of that file, hence the error.

    Posted 1 year ago #
  7. Hi,

    I have a form using the Iframe method. Randomly i get this message "Your session has been expired...".

    This seems to happen on more than one form.

    Form in particular is this one: http://www.chaiyil.co.za/machform/view.php?id=42

    Please help!

    Posted 1 year ago #
  8. Regardt, I see that you are using version 2.0b, which indeed having this session expired error for IE7.

    The fix is here:
    http://www.appnitro.com/forums/topic/session-expires-when-submitting-form?replies=12#post-2054

    This bug has been fixed since version 2.0g (June 16, 2008)

    Posted 1 year ago #
  9. Many thanks Yuniar, you're a great help

    Posted 1 year ago #
  10. tkdsite
    Member

    Perhaps yuniar can explain - I just went to another computer to find this error after completing a form:

    Your session has been expired. Please start again.

    It appears in all browsers and I am using the latest version of the script. The fix in the forums does not work. The browsers being used are IE6 and Firefox 2.0 using a DSL connection. Obviously, this should not happen and is an Appnitro error. Hopefully this can be fixed soon as it is a critical error. Thank you.

    Posted 1 year ago #
  11. This bug has been fixed since version 2.0g.
    What embed code do you use for your form? Standard or advanced?

    If you are using advanced form code, at the first line of your page where you embed your form, insert this code:

    <?php session_start(); ?>

    Otherwise, let me know your form URL so I can check it.

    Posted 1 year ago #
  12. I am also getting this message. I should have the most current version (with the fix) as I only purchased MachForm a few weeks ago. Ideas?

    Posted 1 year ago #
  13. Try to insert the above code into the first line of your page where you have the form embedded.

    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.