NAME

FormMagick FAQ - Frequently asked questions about FormMagick


TROUBLESHOOTING


Why isn't my data preserved from one page to the next?

You probably need to make your session-tokens directory writable and executable by the web server. Either:

    chown www session-tokens 
       (assuming your webserver runs as the www user)
    chmod 700 session-tokens

Or...

    chown 777 session-tokens