asp.net - Session timeout in spite of setting the session time in web.config -
i have asp.net website facing session timeout issue. in web.config
have set session timeout 480 (8 hours session time). session not stay long; goes out after number of minutes. why , how can fix it? site hosted on shared hosting server.
by default session time in asp.net 20 min, , can change setting web.config file. in case setting 8 hours went out in 1 min.
do know there few point session can time out?
*) when wrongly configured in web.config file.
*) can set time out in server (iis) also, if default setting changed.
*) when total memory of session higher assign in shared host.
*) when there internal error @ run time in page, session lost.
*) when 1 or process changingadding aspx file or web.config file @ runtime.
so check these point. sure resolve problem...
Comments
Post a Comment