[wp-trac] [WordPress Trac] #21077: Add support for custom ports in multisite site addresses

WordPress Trac noreply at wordpress.org
Sun May 5 21:22:56 UTC 2024


#21077: Add support for custom ports in multisite site addresses
----------------------------------------------+--------------------------
 Reporter:  djzone                            |       Owner:  johnbillion
     Type:  enhancement                       |      Status:  reopened
 Priority:  normal                            |   Milestone:  6.6
Component:  Bootstrap/Load                    |     Version:  3.4
 Severity:  normal                            |  Resolution:
 Keywords:  add-to-field-guide needs-testing  |     Focuses:  multisite
----------------------------------------------+--------------------------

Comment (by spacedmonkey):

 According the RFC for cookies
 [https://datatracker.ietf.org/doc/html/rfc6265 rfc6265]

 > Cookies do not provide isolation by port.

 So the cookie domain should be localhost, not localhost:8889.

 It does raise the question, if you can multisite with a number of sites
 like this.

 localhost:8889,
 localhost:8888,
 localhost:8887

 Would WordPress considered you logged in, if logged into one, as the
 domain is the same for all of them?

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/21077#comment:58>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list