Atozed Forums

Full Version: IW15: Access violation when access public declared variable in UserSession
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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