> If you configure a custom session handler to have the session saved in the > database, the session monitor window does not show those sessions, leavin me > unable to peek at the session varables. I can see the records in the two > tables, but see no way to show the session content. > > Intentionally left out, or forgotten?
Intentionally left out, because the session handler has no concept of getting a list of all sessions. You can write the code to get the session list from the database to populate the monitor window; in other words, replace A4D GET SESSION STATS. Once you do that, the rest of the monitor should work as is. Regards, - Aparajita _______________________________________________ Active4D-dev mailing list [email protected] http://list.aparajitaworld.com/listinfo/active4d-dev Archives: http://active4d-nabble.aparajitaworld.com/
