are you making use of a webfarm or not? If not, try to set the session to InProc and see if it still happens. Or have it set InProc and enable sticky sessions/cookies on the load balancer and give that a try.
Grz, Kris.
Read my blog | Twitter Interested in Azure, ASP.NET (MVC), jQuery, WCF, EF, MS SQL, ...
Keep the forums clean: report to the moderation team!
If it's intranet only then I see more clients of mine making use of Windows authentication instead of Forms.
girish.c
500 users
500 concurrent users or 500 users in total and only a couple of them making use of it at the same time? You can change it to InProc and see if the system holds. Also, don't put too much in Session state! Only put things in it that are really needed, the
rest is best kept out of it. Also only try to put small pieces of data in it, not large datasets and such.
Grz, Kris.
Read my blog | Twitter Interested in Azure, ASP.NET (MVC), jQuery, WCF, EF, MS SQL, ...
Keep the forums clean: report to the moderation team!
From the day we moved our application to new server, we have timeout , out of memory and this issue.
Seems rather like an infrastructure problem to me then as the code likely stayed the same. Give a call to the support team of the server and let them check all the settings of IIS and other such of the server. Let them compare it with the values of the former
server on which it apparently did work.
Grz, Kris.
Read my blog | Twitter Interested in Azure, ASP.NET (MVC), jQuery, WCF, EF, MS SQL, ...
Keep the forums clean: report to the moderation team!
Yea, I did that, but when we are moving it to new server we did few changes in our application also. We have used the Dev-express controls in our applications.
this is going to take some deep dive testing on your side and the one from infrastructure. If you have source control you might want to put the former version on the new server and see if that already works. If not then you try to get the infrastructure
correct in the first place. If that works out fine then you can upgrade to your new version.
Grz, Kris.
Read my blog | Twitter Interested in Azure, ASP.NET (MVC), jQuery, WCF, EF, MS SQL, ...
Keep the forums clean: report to the moderation team!
Marked as answer by Dino He - MSFT on May 09, 2012 09:08 AM
girish.c
Member
25 Points
60 Posts
System logs out the users.
May 02, 2012 07:17 PM|LINK
Hi ,
We are using teh for authentication and state server for session.
From 2 days few of teh users are not able to login, its loggin them out.even for me it happend.
Please let us know what might be the reasons.
Thanks
Girish
XIII
All-Star
182674 Points
23445 Posts
ASPInsiders
Moderator
MVP
Re: System logs out the users.
May 02, 2012 07:26 PM|LINK
Hi,
are you in a web farm? It seems so as you're making use of state server which is an out of process approach which would indicate so.
If so, are you making use of sticky sessions on your servers / load balancer or not?
Are you making use of forms authentication?
Grz, Kris.
Interested in Azure, ASP.NET (MVC), jQuery, WCF, EF, MS SQL, ...
Keep the forums clean: report to the moderation team!
girish.c
Member
25 Points
60 Posts
Re: System logs out the users.
May 02, 2012 07:29 PM|LINK
Thank you for the timely response. No it just a intranet application , yes we are using the form authentication.
XIII
All-Star
182674 Points
23445 Posts
ASPInsiders
Moderator
MVP
Re: System logs out the users.
May 02, 2012 07:37 PM|LINK
Hi,
are you making use of a webfarm or not? If not, try to set the session to InProc and see if it still happens. Or have it set InProc and enable sticky sessions/cookies on the load balancer and give that a try.
Grz, Kris.
Interested in Azure, ASP.NET (MVC), jQuery, WCF, EF, MS SQL, ...
Keep the forums clean: report to the moderation team!
girish.c
Member
25 Points
60 Posts
Re: System logs out the users.
May 02, 2012 07:41 PM|LINK
No we are not using the webfarm.
Am not sure why they are using the stateserver .
Is it realy neccesary to use , if you are application is on intranet and 500 users?
Please suggest.
XIII
All-Star
182674 Points
23445 Posts
ASPInsiders
Moderator
MVP
Re: System logs out the users.
May 02, 2012 07:53 PM|LINK
Hi,
If it's intranet only then I see more clients of mine making use of Windows authentication instead of Forms.
500 concurrent users or 500 users in total and only a couple of them making use of it at the same time? You can change it to InProc and see if the system holds. Also, don't put too much in Session state! Only put things in it that are really needed, the rest is best kept out of it. Also only try to put small pieces of data in it, not large datasets and such.
Grz, Kris.
Interested in Azure, ASP.NET (MVC), jQuery, WCF, EF, MS SQL, ...
Keep the forums clean: report to the moderation team!
girish.c
Member
25 Points
60 Posts
Re: System logs out the users.
May 02, 2012 08:06 PM|LINK
Hi,
Thank you, its overall around 800 users, at time around 150-200users.
No we are not using session unnecessarily or with huge data.
Am a developer who does not have any access to server, I can change in my local and check.
But in my local am not getting that issue, am just thinking on how to do check on this issue.
From the day we moved our application to new server, we have timeout , out of memory and this issue.
Than you very much for the timely help.
XIII
All-Star
182674 Points
23445 Posts
ASPInsiders
Moderator
MVP
Re: System logs out the users.
May 02, 2012 08:12 PM|LINK
Hi,
Seems rather like an infrastructure problem to me then as the code likely stayed the same. Give a call to the support team of the server and let them check all the settings of IIS and other such of the server. Let them compare it with the values of the former server on which it apparently did work.
Grz, Kris.
Interested in Azure, ASP.NET (MVC), jQuery, WCF, EF, MS SQL, ...
Keep the forums clean: report to the moderation team!
girish.c
Member
25 Points
60 Posts
Re: System logs out the users.
May 02, 2012 08:16 PM|LINK
Yea, I did that, but when we are moving it to new server we did few changes in our application also. We have used the Dev-express controls in our applications.
Trying hard to find out the causes. Than you!!
XIII
All-Star
182674 Points
23445 Posts
ASPInsiders
Moderator
MVP
Re: System logs out the users.
May 02, 2012 08:24 PM|LINK
Hi,
this is going to take some deep dive testing on your side and the one from infrastructure. If you have source control you might want to put the former version on the new server and see if that already works. If not then you try to get the infrastructure correct in the first place. If that works out fine then you can upgrade to your new version.
Grz, Kris.
Interested in Azure, ASP.NET (MVC), jQuery, WCF, EF, MS SQL, ...
Keep the forums clean: report to the moderation team!