Changes between Version 1 and Version 3 of Ticket #56944
- Timestamp:
- 11/04/2022 03:33:26 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #56944 – Description
v1 v3 17 17 ==== 2) `wp_cache_get` 18 18 19 `wp_cache_get( "_wp_session_ f5f8546504975ed39fb121b6b1b7c829", 'options' );`19 `wp_cache_get( "_wp_session_5c1f3b8058ca4b6cf9e637c31300bc23", 'options' );` 20 20 21 21 It returns correct value … … 27 27 ==== 3) direct DB request 28 28 29 `$wpdb->get_results('SELECT * FROM wp_options WHERE option_name = "_wp_session_ f5f8546504975ed39fb121b6b1b7c829"')`29 `$wpdb->get_results('SELECT * FROM wp_options WHERE option_name = "_wp_session_5c1f3b8058ca4b6cf9e637c31300bc23"')` 30 30 31 31 It returns correct value … … 76 76 That’s all information I have so far. 77 77 78 This problem exists at least for 1 year, for this time we always update WordPress core and Plugins for latest version, and it does not any affect.78 This problem exists at least for 1 year, for this time we always update WordPress core and Plugins for latest version, and it does not any effect.