Re: trans id problem

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello Luciano, 

> i have a big problem with form with method post.
> the php correclty add the hidden session variables
> but it seem that it does not arrive to the page.

Having toggled session's use_trans_sid first time myself last week, 
take care to:
 * restart apache on the server side (you apparently did this, 
	otherwise get wouldnt have worked)
 * reload the page on the browser side (after having disabled
    cookies), make sure the page is not cached (then it would 
    be without PHPSESSID or with the wrong PHPSESSID)
If then there is still a problem, you can check: 
 * in the page containing the method=POST form there must
    be "<hidden ... >" tags somewhere with the PHPSESSID in the 
    form's HTML source
 * as a last resort for any network transfer, you also could use 
    http://www.wireshark.org/ to look at what really goes over the wire

HTH,

-- 
Holger Blasum +49-174-7313590 (cell) GnuPG 1024D/ACDFC3B769DC1ED66B47

Attachment: signature.asc
Description: Digital signature


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux