Feature EnterAction (original) (raw)
We can register a function to ExitAction() to do some of the things we want to do when the session exits
So correspondingly, can we add an EnterAction() hook to do something we want to do when the session is first entered?
For example, output a welcome message, a help message, etc.