asp.net - Session Ends Automatically -
about application: build application in .net have installed on 5 sub domains. example client1.mydomain.com, client2.mydomain.com . uploaded application on shared server.
issues: found, sometime user session end without reason. try figure out. support team told me can use maximum of 150 mb in pool. application using 70-80 mb, though 5 sub domains using 70*5 = 350 mb, , that's why poll getting reset/recycling & session ends automatically. shifted app on vps. configuration 2gb ram, 40gb space, windows 2008 r2, iis 7.5. issues still same.
i found lots of suggestion, looks me experimental
my thoughts , query: guess need set maximum pool size. if correct, can set pool size through "memory based maximums", question is, if uncheck maximum pool size default. , maximized pool size value can set ?
can suggest me check , how can resolve issues ?
thanks
please refer article.
http://technet.microsoft.com/en-us/library/cc745955.aspx
there idletimeout application pools recycle.
by default 5 min , can change higher values [20 min preferred max].
iis manager -> application pools -> select app pool -> advance settings - idletimeout
Comments
Post a Comment