![]() |
IW15: Access violation when access public declared variable in UserSession - Printable Version +- Atozed Forums (https://www.atozed.com/forums) +-- Forum: Atozed Software Products (https://www.atozed.com/forums/forum-1.html) +--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html) +---- Forum: English (https://www.atozed.com/forums/forum-16.html) +----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html) +----- Thread: IW15: Access violation when access public declared variable in UserSession (/thread-2944.html) |
IW15: Access violation when access public declared variable in UserSession - mhammady - 11-30-2022 Hi, I have many variables declared as public variables in the UserSession. It is used to keep session-specific variables. They can be accessed fine within the UserSession unit, other procedures and functions can be accessed as well, but I'm getting an "Access violation" when trying to read any of these variables from another unit. This was working fine in IW14, but not after migration to IW15 Any idea what is going wrong here? Thank you |