Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要访问路由文件中的会话变量。(routes.php) 有人知道我该怎么做吗?
如果不可能,有没有办法访问 bootstrap.php 中的会话变量?
谢谢你
据我所知,您可以尽早开始会议。
App::uses('CakeSession', 'Model/Datasource'); $value = CakeSession::read('your-value');