首页 >  Term: view state
view state

A mode of session state in which the entire session state is serialized and stored as a BLOB on the client then deserialized during every post-back. This has a tremendous hit in bytes over the wire (BoW), but is highly scalable in that it doesn’t require storing information in the database.

0 0

创建者

  • Romain
  •  (V.I.P) 17515 分数
  • 44.44% positive feedback
© 2024 CSOFT International, Ltd.