2

I'm needing to access a session variable in the routes file. (routes.php) Anyone know how I can do this?

If not possible, is there any way to access a session variable in bootstrap.php?

thank you

1 Answer 1

2

You can start sessions this early as far as I know.

App::uses('CakeSession', 'Model/Datasource');
$value = CakeSession::read('your-value');
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.