23-Jan-2017 02:12
Hi guys,
I am wondering, is there a list of all possible APM session variables available somewhere?
I realized that dumping session.* through VPE Logging box does not actually show all session variables, although one would expect that.
Or, for example, dumping session.user.* does not display session.user.ipgeolocation.country_code in APM log file. It does so only when I explicitly define this variable in the VPE Logging box.
There are few lists on the AskF5 website, but none of them looks to be complete, many variables I know of are missing in those lists.
I am about to create some customized reporting based on session variables and I would like to know all variables I can work with.
If you have any idea, please let me know.
Thanks a lot!
23-Jan-2017 02:16
hi,
you can show current variable of existing session with command sessiondump.
sessiondump
29-Jan-2019 03:25
I'm in the process of getting an RFE opened for this. Hopefully PD will accept it.
03-May-2021 03:19
Strictly not an answer to the question, but may help someone: I just bumped into an issue where session.user.ipgeolocation.country_code was empty/unset. Seems to happen if you use private IP addresses (or probably any address that geoip_lookup cannot resolve).