
|
Session types and statefulness Two types of sessions by usage Authorization session is used for authentication and/or authorization Accounting session is used for accounting A session can be stateful or stateless Depending on whether the application requires the session to be maintained for a certain duration Stateful sessions normally spans multiple message exchanges |