So the easiest way is to solve that is to install on webserver this asp-state2 module and configure web.config to use it to handle sessions, am I right? :)
Radek Robert Jordan wrote: > > rlejsza wrote: >> Hi, >> >> I've got question. >> Is it possible to change some asp .net setting that session will be kept >> (or >> not lost) after I've copy new files onto server. I'm asking because when >> application is running and someone is logged in and I copy exactly the >> same >> files to the server, without any changes, session from this user is lost. >> >> Do you know maybe any workaround for such problem? > > You have at least 2 choice: > > (1) StateServer session state using asp-state2. > > (2) database session state. > > Both are documented on MSDN: > > http://msdn.microsoft.com/en-us/library/h6bb9cz9.aspx > > Robert > > _______________________________________________ > Mono-list maillist - [email protected] > http://lists.ximian.com/mailman/listinfo/mono-list > > -- View this message in context: http://www.nabble.com/ASP-.net-Session-tp23742063p23744580.html Sent from the Mono - General mailing list archive at Nabble.com. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
