tao-test/app/taoLti/config/default/CookieVerifyService.conf.php

8 lines
151 B
PHP

<?php
use oat\taoLti\models\classes\CookieVerifyService;
return new CookieVerifyService([
CookieVerifyService::OPTION_VERIFY_COOKIE => false
]);