Re: Timeout period not seeming to work correctly



You are probably getting the error because the web.config is
casesensitive. That means that you should not enter sessionstate, but
use sessionState instead.

Hope this helps,

Ronald Lemmen

.