na-adjective
stateful
Computing term describing a system, protocol, or application that retains information about previous interactions or sessions. Antonym: ステートレス (stateless).
Antonyms: ステートレス
このプロトコルはステートフルなので、サーバーがクライアントの状態を保持します。
This protocol is stateful, so the server maintains the client's state.
ステートフルなアプリケーションは、ユーザーのセッション情報を覚えています。
A stateful application remembers the user's session information.