Which variables I cant use, during user session?
i.e. which predifined variables modx create on user session start?
-
☆ A M B ☆
- 3,141 Posts
From what I can currently spot in the code, MODX (can) use:
webValidated
mgrValidated
webInternalKey
mgrInternalKey
webShortname
mgrShortname
cultureKey
and anything prefixed with modx.*
I’ve added this list to the docs @
http://rtfm.modx.com/display/revolution20/Reserved+Parameters which hopefully can be updated by you or others who find out more
(Would be interesting to do a var_dump($_SESSION) actually!)