possible to disable trans sid?
[email protected] ("Harald Ponce de Leon")
| Newsgroups | php.version4 |
|---|---|
| Message-ID | <[email protected]> |
if php/apache has been compiled with --enable-trans-sid, is there a function to disable this in a script (temporarily, or temporarily for application wide use (include header)) ? ive searched the documentation and couldn't find any related information.. this could be the answer to my previous post of the SID problem.. if enable-trans-sid is disabled, then the custom function used to echo the href link will probably work flawlessly either way its executed.. since SID is in the function, and this function is used in all href links, form submits, and header locations, it shouldnt be a problem anymore.. i guess most users compile php with --enable-trans-sid, thats why im asking if its possible to softly disable it in a php script.. Harald