Hello EveryBody

  • Thread starter Thread starter vijayakumar_gs
  • Start date Start date
V

vijayakumar_gs

Hello,

We are developing erp model web application using
asp.net. we are keeping dataset values in session
objects while the pages navigation. within very
few minutes the session getting expired. i need
the solution for that at the earliest.


Thank U

With regards
vijay.gs
 
What do you mean by "very few minutes"? Is it less than the configured
sessionState?
This is configurable in the Web.config file for you web application. The
default is 20 minutes. If you need more time, just make that value larger.
----------------
This posting is provided "AS IS" with no warranties, and
confers no rights.

Please do not send e-mail directly to this alias. This
alias is for newsgroup purposes only.

Thanks
Nick

--------------------
 
Back
Top