Skip to content

Commit 1c72634

Browse files
stateless
1 parent 6fabae9 commit 1c72634

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

serverless/containers/concepts.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,9 @@ The container can then process the message and perform any required actions, suc
169169

170170
## Stateless application
171171

172-
A stateless application is a computer program that does not save client data between sessions. Data generated in one session is not saved for use in the next session with that client. All applications deployed on Serverless Containers are stateless.
172+
A stateless application is a computer program that does not save client data between sessions. Data generated in one session is not saved for use in the next session with that client.
173+
174+
To store data persistently, use products like Databases or Object Storage.
173175

174176
## Status
175177

0 commit comments

Comments
 (0)