(Using clean 2.1.2 Advanced)
Trying to set up a cookie-less subdomain.
Session settings:
session_cookie_domain: markhamstra.com
session_cookie_lifetime: 604800 (default)
session_cookie_path: / (default)
session_cookie_secure: no (default)
session_gc_maxlifetime: 604800 (default)
session_handler_class: modSessionHandler (default)
session_name: empty (default)
PHP 5.2.17, MySQL 5.0.91, tested in Firefox 5
After clearing the cookies and visiting the manager, that sets two cookies, one PHPSESSID which is set to .markhamstra.com, and another one ys-modx-resource-tree which is properly set to markhamstra.com.
I’m curious as for why PHPSESSID doesn’t respect the setting

Is this a bug, or intentional architectured for reasons beyond my understanding?