Search found 2 matches
Page 1 of 1
Search found 2 matches
Re: Warning: session_start() [function.session-start]
I just found the solution to my problems, one must change all code in system/library/session.php by the following: <?php class Session { public $data = array(); public function __construct() { if (!session_id()) { ini_set('session.use_cookies', 'On'); ini_set('session.use_trans_sid', 'Off'); session...
Jump to post- Mon Apr 06, 2015 1:16 pm
- Replies 26
- Views 77538
Re: Warning: session_start() [function.session-start]
UP!
Continuing with the problem, not solve achievement please watch this video in HD
https://www.youtube.com/watch?v=Im7W4Yj7evU.
- Mon Apr 06, 2015 1:04 pm
- Replies 26
- Views 77538
Page 1 of 1
Search found 2 matches