i getting log out .net application before session expired.we using web farms inproc settings, tried login using individual link each server,still kicking out of application within 5 -6 minutes.
somtimes session last till 1 hours. happening our applciation deployed in webserver,. in mid of doing somthing, application kicking uu out , says login again.
we think of applying state server/sql server, inproc working other application ,we try link seperately individual server ,then throwing session timou out.
please whther specific settings there resolve this,
you can read the asp.net worker process ... , suggest stay away session object.... , implement own logic.... although there solutions people have been able implement custom sessionstate maintain data
Comments
Post a Comment