- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: CDE Logout/Exit
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2002 07:46 AM
04-15-2002 07:46 AM
CDE Logout/Exit
Can anyone help (or suggest an elternative)?
Cheers
Keith
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2002 08:25 AM
04-15-2002 08:25 AM
Re: CDE Logout/Exit
As I know when you logout using exit button on CDE it will gracefull close all applications
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2002 09:32 AM
04-15-2002 09:32 AM
Re: CDE Logout/Exit
Sachin should be right.
CDE should close user applications on exit.
Worst case scenario would be they might lose any unsaved data, but maybe losing some unsaved data will teach 'em to save and quit properly instead of taking the quick way out.
You could have the system log out automatically when they close the particular application and remove the exit button from the desktop, but you may likely be asking for more headaches than it's worth, depending on what applications are being run.
Good luck to you,
Kel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2002 11:17 PM
04-15-2002 11:17 PM
Re: CDE Logout/Exit
They need to be created manually and need to have execute permissions : they reside in $HOME/.dt/sessions
the script is executed just prior to CDE logout (in the case of sessionexit) and just after CDE login (in the case of sessionetc) .....
so why not write a small script to check for the application name/pid and kill it via sessionexit if the user does not or something v.similar ?
more info in the CDE Advanced users guide.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2004 09:48 PM
07-26-2004 09:48 PM
Re: CDE Logout/Exit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2004 12:25 AM
07-27-2004 12:25 AM
Re: CDE Logout/Exit
Look at
http://www.docs.hp.com/hpux/onlinedocs/B1171-90162/B1171-90162.html
To Execute Additional Commands at Logout
A companion file to sessionetc is sessionexit. Use sessionexit to perform some operation at session exit that is not handled by Session Manager.
Create the file HomeDirectory/.dt/sessions/sessionexit.
Like sessionetc, this file is usually a script with execute permission.
This would be the easiest way to not allow complete logout while there are active processes,or to kill the procersses, but since the shutdown should be clean anyway . why bother.
You could also give a return to $HOME session when users start
Steve Steel