Lines 1842-1848
will be created.
Link Here
|
1842 |
|
1842 |
|
1843 |
sub _get_session_params { |
1843 |
sub _get_session_params { |
1844 |
my $storage_method = C4::Context->preference('SessionStorage'); |
1844 |
my $storage_method = C4::Context->preference('SessionStorage'); |
1845 |
my $serializer = q{serialize:JSON}; |
1845 |
my $serializer = q{serialize:yamlxs}; |
1846 |
if ( $storage_method eq 'mysql' ) { |
1846 |
if ( $storage_method eq 'mysql' ) { |
1847 |
my $dbh = C4::Context->dbh; |
1847 |
my $dbh = C4::Context->dbh; |
1848 |
# Note that the doc is wrong, type is required, if not provided it default to File |
1848 |
# Note that the doc is wrong, type is required, if not provided it default to File |