Skip to content

Commit

Permalink
Update none.php
Browse files Browse the repository at this point in the history
  • Loading branch information
zero-24 committed Feb 14, 2015
1 parent 7e751e1 commit 311a321
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions libraries/joomla/session/storage/none.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@ class JSessionStorageNone extends JSessionStorage
*/
public function register()
{
$handler = ini_get('session.save_handler');

// Set session.save_handler to files only if nothing else is set
ifv(!$handler)
{
ini_set('session.save_handler', 'files');
}
// Default session handler is `files`
}
}

0 comments on commit 311a321

Please sign in to comment.