2
Answers

Session timeout Problem.

Ramarao Medida

Ramarao Medida

18y
1.9k
1

I am developing an web application in C#.Net. It contains two pages. I the first page it does a lot  of back end processing after that the session key values are sent to the next page for further processing. All the process is going correct when i gave small files for processing.
For large files the session values are not comming to the 2nd page.
I think session experiences the timeout problem. How can I overcome this problem?

Please Help me.
Thanks in Advance
Ramu Medida.

Answers (2)
0
Ramarao Medida

Ramarao Medida

NA 19 0 18y
Thank You Very Much.

Ramu
0
Increase timeout in web.config

<sessionState mode="StateServer"  timeout="15"  />
mode may be any one of inproc, outproc,state server or sqlserver