>* restart apache on the server side 
restarting the server is not neccessary if php_values/flags are changed via
.htaccess

>* in the page containing the method=POST form there must
>    be "<hidden ... >" tags somewhere with the PHPSESSID in the 
>    form's HTML source
php does this automagically, you can see the SID on the "action" page like
so:
echo SID, '<pre>POST-';
print_R($_POST);
echo 'SESSION-';
print_R($_SESSION);




-- 
View this message in context: 
http://www.nabble.com/trans-id-problem-tf3447048.html#a9652240
Sent from the PHP - General mailing list archive at Nabble.com.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to