Session variable resets after a while

后端 未结 0 1127
面向向阳花
面向向阳花 2021-01-27 05:27

I\'m doing a website where I\'m storing data on a variable that is declared like if (Session["array"] == null) { Session["array"] = new int[30]; }

相关标签:
回答
  • 消灭零回复
提交回复
热议问题