session_value is empty
-
Hi! After updating the plugin to version 2.0.0 in table ‘sm_sessions’ column ‘session_value’ remains empty and custom values are not saved.
$wp_session = WP_Session::get_instance(); $wp_session['test'] = 'test'; var_dump($wp_session);
object(WP_Session)#3835 (5) { [“session_id”]=> string(32) “b3f2d84fd3138c1927abac4cdb3ec018” [“expires”:protected]=> int(1512120166) [“exp_variant”:protected]=> int(1512119806) [“container”:protected]=> array(1) { [“test”]=> string(4) “test” } [“dirty”:protected]=> bool(true) }
But ‘session_value’ for session_key ‘b3f2d84fd3138c1927abac4cdb3ec018’ in table is empty 🙁
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘session_value is empty’ is closed to new replies.