Max number of Sessions

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
 
T

Teemu Keiski

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top