GianlucaM wrote:
In all cf application i'm using "special" cf object , one of this, very important for me is "coldfusion.runtime.SessionTracker" that list all cf active session for the APPLICATION, there is in OpenDb an equivalent object or method ?Thank's a lot to everyone ...
Sorry for the long delay on this--finally getting some breathing room and able to catch up on email.
To get the number of sessions for a specific application, you can do this:
getPageContext().getServletContext().getAttribute('appname').getTotalSessions()
Where the 'appname' in getAttribute() is the name of your application.
--
Matthew Woodward
[email protected]
http://www.mattwoodward.com/blog
Please do not send me proprietary file formats such as Word, PowerPoint,
etc. as attachments.
http://www.gnu.org/philosophy/no-word-attachments.html
smime.p7s
Description: S/MIME Cryptographic Signature
