You need to sign in to do that
Don't have an account?

Is there any Limit for force.com portal login ata time.? How salesforce controls these logins ?
Hello Everyone...!
We are building a Customer Portal with force.com sites with customized login and home pages. We have a requiremnet that portal should allow at least 150 concurrent users logins at a time. Does this login limit can be controlled through coding or will salesforce takes care in the background. If salesforce takes care in the background are there any limits and if not can we controll this customly though apex coding??
Please help me ...thank you in advance.
We are building a Customer Portal with force.com sites with customized login and home pages. We have a requiremnet that portal should allow at least 150 concurrent users logins at a time. Does this login limit can be controlled through coding or will salesforce takes care in the background. If salesforce takes care in the background are there any limits and if not can we controll this customly though apex coding??
Please help me ...thank you in advance.
There is no limit in login into salesforce. All those login request are handled by salesforce server and you don't have to worry about the concurrent request for the server load. Salesforce servers handles more than 3B transaction per day, so it have the power to handle that

Thanks @Karanraj