Hello!
 
I develop one patch of Koha for Autocomplete - https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27113
In this patch I use a session. I don't want to create every time new session and I have changed CGI::Session->new() from CGI::Session->load().
But I don't sure in this condition 'CGI::Session->load() or die CGI::Session->errstr();'
 
Can I use (DIE) in this condition or not?
 
Thanks!