~Alexis OpresamanJul 17, 2012, 10:07 AM129 PostsRe: What to use instead a sessionScope variable over more applications ?There is no built in API to do this. You could write your own API to do this. See this blogpost by Tim Tripcony for inspiration: http://xmage.gbs.com/blog.nsf/d6plinks/TTRY-8NKTPN
~Lily KihipisonetsiJul 23, 2012, 7:55 AM261 PostsRe: What to use instead a sessionScope variable over more applications ?The XSP Starter Kit (available on OpenNTF) has an example of how you might implement a "server scope". Since there's only one JVM for XPages on a Domino server, it's basically just a Java singleton. An example on how to write a singleton for XPages can als be found here. Mark