Session-based authentication would give you the info who’s logged in and into which website, but not in which database and also not the presence whether they are actually really in there or not, just that they hit the URL at some point. For anything else, you need to write either a DASPI filter which closely tracks this, or use the Sametime Links toolkit to add online presence to the apps, which would do exactly what you’re looking for.
Subject: RE: current online web users of a database?
Session-based authentication is activated and has ever been.I noticed in the Sametime-forum that Sametime doesn’t seem to support Domino 6 yet. So i suppose i have to find another way and hope to find out what exactly a DSAPI filter is and how to write it.
Subject: RE: current online web users of a database?
You currently can’t install Sametime 3 on top of an R6 server jet, but you can run annother R5 server with Sametime 3 side-by-side and use the Sametime 3 functionality in your R6 apps. Re: DSAPI filters: The API is part of the core Notes C API, so you’d have to write them in C, whereas Sametime 3 functionality can be written via Javascript and COM or Java or C, so its ignificantly easier and also richer.