Hello everybody
Hopefully somebody can help 🙂
I have some classes defined. Each class has to make some data persistent (via sessions) and access them later again. The name of this variables will be constructed (depends on the instance of the class). How can I access session stored variables inside a class? Looks like the scope of the variable is not visible from inside the class.
Any help?
Thanks a lot
Reto