How to solve the problem of Session expiring soon?
My settings in Web.Config are as follows:
<sessionState timeout=”1000″></sessionState>
This setting is invalid
Hi Justice,
You can go to Default.json and set sessionTimeout property.
Or with code like
Application.SetSessionTimeout(int second)
Happy coding,
Kevin (ITG)
Please login first to submit.