Reputation: 557
I have been trying to increase session time out in silverlight from the default timeout time. I am setting this time in webconfig. When I try to decrease the time it works fine and session gets expired in given time. But it seems that increasing the time has no effect at all. I dont think this issue is code specific. Any suggestions?
Upvotes: 1
Views: 474
Reputation: 361
Did you configure both client and server side config files ? Both should be consistant, otherwise it works according to lower value.
Check for configurations on this site
Upvotes: 1
Reputation: 1380
I would check the application pool advanced settings in IIS. There is an Idle time out
and Regular Time Interval
(Recycling) setting.
Upvotes: 0