开发者

Asp.Net wizard Storing State

开发者 https://www.devze.com 2023-02-08 01:50 出处:网络
I\'m confuse about which method is best for storing data when w开发者_StackOverflow中文版e use wizard.

I'm confuse about which method is best for storing data when w开发者_StackOverflow中文版e use wizard. Is it best to use Session or Database?


it depends on what you need if you need persistence even though IIS restarted, user can logout and login, then use database if you need temporary storage only, choose session

0

精彩评论

暂无评论...
验证码 换一张
取 消