APPLICATION MANAGEMENT
For information on setting up SSL, see Enforcing encrypted Web transactions using SSL .
Using Java(TM) technologies, you can share code with and link to WebSphere applications. Single Sign-On (SSO) -- a shared authentication service -- allows for further seamless integration between Domino and WebSphere applications. For information on Single Sign-On, see Administering the Domino System.
For information on Single Sign-On, see Enabling single sign-on for Domino and WebSphere Servers if you have installed IBM® Lotus® Domino(TM) Administrator Help. Or, go to http://www.lotus.com/ldd/doc to download or view Lotus Domino Administrator Help.
Default logout time period
You can specify a default logout time period to log the Web client off the server after a specified period of inactivity. This forces the cookie that IBM® Lotus® Domino(TM) uses to track the user session to expire. Automatically logging a user off the server prevents others from using the Web client to impersonate a user if the user leaves the workstation before logging off. If you enable session-based name-and-password authentication for a server, users can also append ?logout at the end of a URL to log off a session -- for example:
"http://acmeserver/sessions.nsf?logout."http://acmeserver/sessions.nsf?logout
You can also redirect the logout to a design element or URL using the &RedirectTo parameter. For example:
"Http://acmeserver/sessions.nsf?logout&redirectto=/logoutDB.nsf/logoutApp?Open"http://acmeserver/sessions.nsf?logout&redirectto=/logoutDB.nsf/logoutApp?OpenPage
Http://acmeserver/sessions.nsf?logout&redirectto=http://www.sales.com
You can build this expression into an application -- for example, using it in a button -- or type it in as a URL.