Hello, I have deployed a ASP.NET MVC application onto a Mono server with Apache and Ubuntu 10.04, but I found the app can only persist a session for around 3 minutes or so, this short period of time is bad for my users, I am using default InProc session mode, and I tried to change settings in web.config (sessionState's timeout attribute). But It still doesn't work for me. I also tried to google around but cannot find a exact solution for session configuration. So how can I successfully change InProc session timeout?
Thanks for all your help. Adrian.
_______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
