View | Details | Raw Unified | Return to bug 13779
Collapse All | Expand All

(-)a/C4/Auth.pm (-2 / +1 lines)
Lines 943-949 sub checkauth { Link Here
943
            $session->param( 'search_history', $anon_search_history );
943
            $session->param( 'search_history', $anon_search_history );
944
        }
944
        }
945
945
946
        my $sessionID = $session->id;
946
        $sessionID = $session->id;
947
        C4::Context->_new_userenv($sessionID);
947
        C4::Context->_new_userenv($sessionID);
948
        $cookie = $query->cookie(
948
        $cookie = $query->cookie(
949
            -name     => 'CGISESSID',
949
            -name     => 'CGISESSID',
950
- 

Return to bug 13779