[Mono-list] ASP .net Session
Robert Jordan
robertj at gmx.net
Wed May 27 10:38:34 EDT 2009
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
More information about the Mono-list
mailing list