为了账号安全,请及时绑定邮箱和手机立即绑定

symfony2如何判断登录状态,不可能每个方法都获取session判断吧

symfony2如何判断登录状态,不可能每个方法都获取session判断吧

PHP
weibo_木木彡615_03308630 2016-05-07 16:28:53
我这样写回报错,不知道你们怎么判断的<?phpnamespace Acme\DemoBundle\Controller;use Symfony\Bundle\FrameworkBundle\Controller\Controller;use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;use Symfony\Component\HttpFoundation\Response;class CommonController extends Controller{ function __construct(){ $session = $this->getRequest()->getSession(); $session->set("test", "test"); echo $session->get('test'); } /** * @Route("/test") */ public function indexAction(){ return new Response("hello test"); } }
查看完整描述

3 回答

?
梦是蓝的

TA贡献4条经验 获得超0个赞

支持楼上的

查看完整回答
反对 回复 2017-11-21
?
wanka

TA贡献10条经验 获得超10个赞

写一个BaseController,在BaseController判断,然后继承这个控制器呀


查看完整回答
反对 回复 2016-05-21
  • 3 回答
  • 0 关注
  • 2921 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信