|
<< Click to Display Table of Contents >> Navigation: Telegram > 2020 > 03 > 29 > Telegram_2020-03-29T05 |
2020-03-29T05:33:16
Do you want to terminate the session after the first request? It doesn't make much sense to me
2020-03-29T05:34:29
THe problems is that i experienced more than 2k active request and the intraweb server frozed
2020-03-29T05:34:47
So now i lowered the timeout to 1 seconds, and numbers seems to keep low enough
2020-03-29T05:35:16
i was guessing if i kill the request via code after all resource are ready, i can lower the number of active sessions
2020-03-29T05:35:33
since i don't need the session to be alive because there are no more interactions with the page
2020-03-29T05:35:39
what is your advice?
2020-03-29T05:51:24
In similar situations I have used a relatively short session timeout (1 minute) in combination with a “keep alive timer”, which prevents sessions to time out too early for “legit” users. Shorter timeouts than 1-5 minutes make usually o sense or lead to problems for “legit” sessions.