web.cofig

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all,

In the web.config file, I set my session state timeout to 100, and the form
authorization timeout to 100, cookeless = false.

I notice that after I leave the system standing for 100 mins, the whole page
would just freeze up, I cannot even click on the any buttons on the page.

Is this a normal occurance ? Am I the only one facing this odd behaviour ?

Any input is appreciated. Thanks.
 
FYI, It's not what's supposed to happen.
Don't know why it is, but thought I'd start you off by saying it's not the
expected result.
 
Andrew said:
Hi all,

In the web.config file, I set my session state timeout to 100, and
the form authorization timeout to 100, cookeless = false.

I notice that after I leave the system standing for 100 mins, the
whole page would just freeze up, I cannot even click on the any
buttons on the page.

Is this a normal occurance ? Am I the only one facing this odd
behaviour ?

Any input is appreciated. Thanks.

I'd say that something is going on that is not related to ASP.NET. This
looks like something on the client box to me.
 
you may want to try this from a different machine & browser
This seems like a client side issue than asp.net.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top