8 lines
151 B
PHP
8 lines
151 B
PHP
|
<?php
|
||
|
|
||
|
use oat\taoLti\models\classes\CookieVerifyService;
|
||
|
|
||
|
return new CookieVerifyService([
|
||
|
CookieVerifyService::OPTION_VERIFY_COOKIE => false
|
||
|
]);
|