I am working on a project using CakePHP version 1.3, with two app folders, one for English and another one for Spanish.
In some cases, my application depends on session data from English to Spanish and vice versa. How can I get session data from each of these applications in the other one?
if you're applications are on the same server you can simply create a session variable and access it $_SESSION['globalVariables']
or you can store your data in redis or some sort of cache.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With