From: [EMAIL PROTECTED] Operating system: Any PHP version: 4.0.6 PHP Bug Type: Feature/Change Request Bug description: Enable transparent Session IDs for a whole Domain not only relative Links a number of different subdomains, the use of sessions and PHP compiled with --enable-trans-sid. if you have i.e. a menue with links like http://www.foo.de/bar.php, you'll have to add the session IDs manually. the solution: enable transparent session IDs for a whole domain. i.e. "trans-sid-domain foo.de" in php.ini would add session IDs to all relative links and to links pointing to *.foo.de so www.foo.de, bar.foo.de or bla.foo.de would be affected. -- Edit bug report at: http://bugs.php.net/?id=12066&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]