Yuniar HELP!!!! I constantly get the You are not authorized to see this page! with the above method. I have custom code in view-functions.php that look like this:
//CUSTOM CODE
session_start();
$session_id = session_id();
session_regenerate_id();
$new_sessionid = session_id();
its so that I can generate a new session Id to be place in a hidden field on the form so that I can track it later is this interfering witht the code also I'm using form redirect to . http://www.mydomain.com/success.php
