Welcome Guest, Not a member yet? Register   Sign In
PHP read the session of CI3.02
#1

CI:
var_export($_SESSION);

display

array ( '__ci_last_regenerate' => 1446806450, 'group' => 'admin', 'group_user' => 'admin@admin.com', )

===
PHP:
<?php
session_start();
var_export($_SESSION);
?>
display

array ( )



I want to know how to read the session of CI3.02 by PHP.
Confused
Reply


Messages In This Thread
PHP read the session of CI3.02 - by hanchengluo - 11-06-2015, 03:59 AM
RE: PHP read the session of CI3.02 - by PaulD - 11-06-2015, 07:28 PM



Theme © iAndrew 2016 - Forum software by © MyBB