我正在研究symfony2应用程序,我想在不使用FOSUserBundle的情况下创建安全会话和角色。
示例:
class AuthentificationController extends Controller {
//login
public function logincheck(Request $req) {
// ----code
//
//--> create a user session
}
}
//在树枝上
<!-- here verification : if user is connected see user-space
else redirect
-->
<!-- admin space -->