That sounds very unusual. How are you uploading the site? Got a link to it and where in the source you see it?
That sounds very unusual. How are you uploading the site? Got a link to it and where in the source you see it?
Send your friends and site visitors to GlowHost and get $125 plus bonus!
GlowHost Affiliate Program | Read our Blog | Follow us on X |
I am uploading FTP over TLS.
Here is one example: http://www.allmartech.com/email-a-fr...llmartech.com/
This is even more strange, when I view source from my browser I see my code as expected:
HTML Code:<form method="post" action="http://www.allmartech.com/email-a-friend.php?ref=www.allmartech.com/"> <p><input name="ref" type="hidden" value="www.allmartech.com/" /></p> <p><input name="action" type="hidden" value="transmit" /></p>
However, when I validate w3c sees:
HTML Code:<form method="post" action="http://www.allmartech.com/email-a-friend.php?ref=www.allmartech.com/"><input type="hidden" name="PHPSESSID" value="b4824038e1828bccfbd183a3d3bfb174" />
Some progres.
My local php.ini file has the following turned off: session.use_trans_sid, while gloowhost has this on.
Checking further ...
More info from php.net ...
**********************************
session.use_trans_sid boolean session.use_trans_sid whether transparent sid support is enabled or not. Defaults to 0 (disabled).Note: For PHP 4.1.2 or less, it is enabled by compiling with --enable-trans-sid. From PHP 4.2.0, trans-sid feature is always compiled.url_rewriter.tags string url_rewriter.tags specifies which HTML tags are rewritten to include session id if transparent sid support is enabled. Defaults to a=href,area=href,frame=src,input=src,form=fakeentr y,fieldset=
URL based session management has additional security risks compared to cookie based session management. Users may send a URL that contains an active session ID to their friends by email or users may save a URL that contains a session ID to their bookmarks and access your site with the same session ID always, for example.Note: If you want XHTML conformity, remove the form entry and use the <fieldset> tags around your form fields.********************************************
The fieldset tag doesn't work because the glowhost url_rewriter.tags is set to "a=href,area=href,frame=src,form=,fieldset="