Welcome Guest, Not a member yet? Register   Sign In
Updating a session array
#3

PHP Code:
$session->push('hobbies', ['sport' => 'tennis']); 

PHP Code:
<?php

$newdata 
= [
    
'username'  => 'johndoe',
    
'email'     => '[email protected]',
    
'logged_in' => true,
];

$session->set($newdata); 

https://codeigniter.com/user_guide/libra...sions.html
Codeigniter First, Codeigniter Then You!!
yekrinaDigitals

Reply


Messages In This Thread
Updating a session array - by Qodi - 10-19-2018, 12:35 PM
RE: Updating a session array - by Sunchock - 01-31-2025, 04:25 AM
RE: Updating a session array - by luckmoshy - 01-31-2025, 09:59 AM
RE: Updating a session array - by InsiteFX - 01-31-2025, 11:35 PM
RE: Updating a session array - by Sunchock - 02-01-2025, 06:29 AM
RE: Updating a session array - by ozornick - 02-04-2025, 12:07 PM



Theme © iAndrew 2016 - Forum software by © MyBB