Transparent session issues....
Posted: Sun Sep 22, 2002 9:11 am
Please correct me if I'm wrong, but when using transparent sessions, ie --enable-trans-sid, so that you don't need to worry about whether the user accepted your session cookie, there is no way to change the resulting link that PHP autogenerates?
The problem, php appends "&PHPSESSID=foo" to all internal links. However, to be valid XHTML the & needs to be converted to its entity &. I can easily do this conversion with str_replace, but that's always before PHP works its magic.....
The problem, php appends "&PHPSESSID=foo" to all internal links. However, to be valid XHTML the & needs to be converted to its entity &. I can easily do this conversion with str_replace, but that's always before PHP works its magic.....