SysSingleton optional properties
Hans Karlsen (talk | contribs) No edit summary |
(Automatically adding template at the end of the page.) |
||
(9 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
See also | See also: [[SysSingleton GetSystemUrl]] | ||
SysSingleton.ClientIp:String, Transient - if found Turnkey will fill in with ClientIp | Turnkey now checks for filled SysSingleton properties - if found(in StreamingApp_API_Base Open). We strongly suggest you have these as non-persistent to get the desired per-user-session result: | ||
SysSingleton.SystemType:String, Transient - if found Turnkey will fill in with TurnkeyNetFramework or TurnkeyNetCore | * SysSingleton.ClientIp:String?, Transient - if found, Turnkey will fill in with ClientIp. | ||
SysSingleton.UserAgent:String, Transient - if found Turnkey will fill in with User-agent from client | * SysSingleton.SystemType:String?, Transient - if found, Turnkey will fill in with ''TurnkeyNetFramework'' or ''TurnkeyNetCore.'' | ||
* SysSingleton.UserAgent:String?, Transient - if found, Turnkey will fill in with User-agent from the client. | |||
* From 2023-10-17 we call a method OnCurrentUserChanged if found on SysSingleton whenever the CurrentUser is set or nulled out - this happens when a user logs in our out, for MVC it happens on postback | |||
[[File:2021-09-23 12h32 30.png|none|thumb]]See also [[SHA512ComputeHash,_SHA256ComputeHash_and_BitConverterToString]] | |||
[[Category:MDriven Turnkey]] | |||
{{Edited|July|12|2024}} |
Latest revision as of 15:47, 10 February 2024
See also: SysSingleton GetSystemUrl
Turnkey now checks for filled SysSingleton properties - if found(in StreamingApp_API_Base Open). We strongly suggest you have these as non-persistent to get the desired per-user-session result:
- SysSingleton.ClientIp:String?, Transient - if found, Turnkey will fill in with ClientIp.
- SysSingleton.SystemType:String?, Transient - if found, Turnkey will fill in with TurnkeyNetFramework or TurnkeyNetCore.
- SysSingleton.UserAgent:String?, Transient - if found, Turnkey will fill in with User-agent from the client.
- From 2023-10-17 we call a method OnCurrentUserChanged if found on SysSingleton whenever the CurrentUser is set or nulled out - this happens when a user logs in our out, for MVC it happens on postback
See also SHA512ComputeHash,_SHA256ComputeHash_and_BitConverterToString
This page was edited more than 11 months ago on 02/10/2024. What links here