usmannasir / cyberpanel

Cyber Panel - The hosting control panel for OpenLiteSpeed
GNU General Public License v3.0
1.49k stars 582 forks source link

[BUG]Not accessing php session #1102

Closed iam-subho closed 11 months ago

iam-subho commented 11 months ago

When we are fetching any url from android webview.After starting and saving php codeigniter session when we are trying to access that session it is not accessible

$reg=( 'id'=>1, 'name'=>'Subhojit' ) $this->session->set_userdata('reg', $reg);

when we are trying to access this session from another function in same file $reg = $this->session->userdata('reg'); $reg not returning any value