April 2007
M T W T F S S
    May »
 1
2345678
9101112131415
16171819202122
23242526272829
30  

แก้ปัญหา Session ใน ASP.NET

<httpRuntime executionTimeout=”90″ maxRequestLength=”102400″ useFullyQualifiedRedirectUrl=”false” minFreeThreads=”8″ minLocalRequestFreeThreads=”4″ appRequestQueueLimit=”100″ />

</system.web>

Problem about Session in ASP.NET

I assume your using cookie-less sessions like me . . .  now just a warning, I still have  session ending problems, but not even a 1/4 as much.  Redirects, page and application

errors, the debugger running, and runtime configurations were all found to cause the session end function.

1.) I first noticed session ending during the redirect [...]