Appnitro Software Forums » MachForm 2

Session_id retreival


  1. drumaboy46
    Member

    How can I get the session_id which is temporarily saved in the ap_form_#_review table to populate a hidden fields value so it is actual stored in the ap_form_# table.

    I have reviewed this

    http://www.appnitro.com/forums/topic/_sessionform_data-variables-not-working-immediately?replies=3#post-9707

    and can't seem to make it work

    Posted 1 year ago #
  2. drumaboy46
    Member

    never mind got it!

    session_start();
    $session_id = session_id();
    
    echo "Session id is $session_id";

    that should show "Session id is f154f45454a45ge6e5e4"

    Posted 1 year ago #
  3. great! :-)


    MachForm Founder

    Posted 1 year ago #

RSS feed for this topic

Reply