https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37060
--- Comment #12 from David Cook <[email protected]> --- (In reply to Matthias Meusburger from comment #11) > So, the current status is: I already gave it a shot a few weeks back, but > didn't succeed at implement David's solution (which works perfectly well > using command line) in KOCT. Are you using LWP::UserAgent? If so, double-check if you're setting a cookie_jar. From memory, LWP::UserAgent doesn't retain cookies in between requests, so you'll need to remember to set "cookie_jar" to {} either in the constructor or using a method after object creation. Just guessing that might be the gotcha. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
