Can anyone explain how variable scoping works within a POE session? What is the proper way to pass state within the session, without impacting other sessions?
Thanks Josh
|
Can anyone explain how variable scoping works within a POE session? What is the proper way to pass state within the session, without impacting other sessions? Thanks Josh
| ||||
|
feedback
|
|
Scoping is unaffected by POE. You can use POE's heap (accessible through According to the docs, the heap is distinct between sessions by default, but it is possible to override this so that different sessions share a heap.
| ||||
feedback
|