menu_banner (2K)

mnu_session(upd3) - Update Session data

mnu_session(upd3) (12K)

This function allows certain details which apply to the current session to be altered.

This form is accessed by pressing the 'Session Data' button in the navigation bar of the Menu/Home Page screen.

The current options are:

Field List
Field NameTypeDescription
Log XML documents? Boolean If this is set to YES it will cause all XML documents which are created dynamically to be written out to disk with the name /<subsystem>/xsl/<script_id>.xml. This may be useful as a debugging aid.

This feature can also be turned on permanently using an option in the config.inc file.

Log SQL queries? Boolean If this is set to YES it will cause all SQL queries which are generated by the framework to be written out to disk with the name /<subsystem>/sql/<script_id>.sql. This may be useful as a debugging aid.

To enable sql logging for individual tasks please refer to the "Log SQL Query" option in the Update Task screen.

This feature can also be turned on permanently using an option in the config.inc file.

Drop Saved Pages? Boolean Certain tasks may have the 'Keep data on exit' switch set ON which means that once loaded the details will remain in session memory until the session ends. It may sometimes be useful to drop these task details from memory without having to log off and on again so that the task details are refreshed from disk instead of reused from memory.
Theme/Style String This is a list of CSS files which are available in the CSS directory. Choosing one of these will alter the appearance (colours, fonts, etc) of every web page in the application. Whatever choice is made will be recorded in a cookie so that it will automatically be picked up the next time the application is run. Until a choice has been made the default theme will be "default".

http://www.tonymarston.net
http://www.radicore.org