session_sighdlr
signal(SIGTERM, session_sighdlr);
signal(SIGINT, session_sighdlr);
void session_sighdlr(int);