I've been playing around with using database sessions instead of memory-based. I noticed that the Session Monitor doesn't show the sessions/data like it does with the memory-based sessions.
On page 354 of the manual, it says
'Note: If you are using a custom session handler, the session monitor will show any
sessions.'
Is that a typo? Should it read '...will
not show any sessions.'?
If the current Session Monitor does not display them, is there a way to modify it or roll my own out?
Thanks,
Darin