Max number of Sessions

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello

What is the maximum permissible use of Sessions in ASP.NET
Say I had 50 sessions I would like to use for approximately 5,000 user tops all using the apps at the same time it would create 25,000 sessions on the server side. Is that okay

Yama
 
Well,

I'd think the limit is how much your server can take. :-) More you push
stuff to sessions, more you need memory and so on (of course it also varies
what session mode you use).

--
Teemu Keiski
MCP, Microsoft MVP (ASP.NET), AspInsiders member
ASP.NET Forum Moderator, AspAlliance Columnist

Hello,

What is the maximum permissible use of Sessions in ASP.NET?
Say I had 50 sessions I would like to use for approximately 5,000 user tops
all using the apps at the same time it would create 25,000 sessions on the
server side. Is that okay?

Yama
 
Back
Top