#38711 closed defect (bug) (wontfix)
Invalid Cookie domain for wp-settings-time-*
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | |
| Component: | Users | Keywords: | has-patch needs-testing reporter-feedback |
| Focuses: | administration | Cc: |
Description
I have set cookie domain
<?php define( 'COOKIE_DOMAIN', '.example.com' );
but wp-settings-time-* have invalid cookie domain.
Attachments (1)
Change History (7)
#1
@
9 years ago
- Component changed from General to Users
- Focuses administration added
- Keywords has-patch needs-testing reporter-feedback added
#2
@
9 years ago
I have defined in wp-config.php
<?php define( 'COOKIE_DOMAIN', '.example.com' );
my address: http://crm.example.com
Cookie domain should be .example.com but is crm.example.com
This patch fix this.
This ticket was mentioned in PR #9267 on WordPress/wordpress-develop by @sainathpoojary.
9 months ago
#3
Trac ticket: #38711
Note: See
TracTickets for help on using
tickets.
Thanks for the patch.
What does the cookie domain get set to without this patch?