for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Ubiquity\utils\http\session\protection;
/**
* To be Used only if no Csrf protection of the session is required.
* with Startup::setSessionInstance(new PhpSession(new NoCsrfProtection())); in services.php
* Ubiquity\utils\http\session\protection$NoCsrfProtection
* This class is part of Ubiquity
*
* @author jc
* @version 1.0.0
*/
class NoCsrfProtection implements VerifySessionCsrfInterface {
public function init() {
}
public function start() {
public function clear() {