How to solve the problem of Session expiring soon?

0
0

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

Attachment
  • You must to post comments
0
0

Hi Justice,

You can go to Default.json and set sessionTimeout property.

Or  with code like

Application.SetSessionTimeout(int second)

Happy coding,

Kevin (ITG)

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.