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
