代码改变世界

随笔档案-2012年9月4日

web.config中session的配置

2012-09-04 21:02 by 云梓飞鱼, 261 阅读, 收藏,
摘要: <configuration> <system.web> <sessionState> <sessionState mode="Off|InProc|StateServer|SQLServer" cookieless="true|false" timeout="number of minutes" ... 阅读全文