Lauri Kotilainen wrote:
> On Feb 20, 2008 12:16 AM, Robert Jordan <[EMAIL PROTECTED]> wrote:
>> 1. Preset validation keys for the view state:
>> 2.1 Setup persistent session state (ASP.NET 1.1)
> 
> Where did you dig this stuff up? I tried searching for it a couple of
> weeks ago but didn't find any clues. Also, do you know if the Mono SQL
> session state provider fire Session_OnStart and _OnEnd events?
> Microsoft's state server and sql server providers don't.

 From MSDN. The session/view state expiry problem on server's
shutdown is immanent in the ASP.NET world, regardless of the
implementation. The only difference is that MS ASP.NET is
storing the view state keys somewhere in the registry,
thus is doesn't always need the <machineKey> settings.
These are only required when a cluster is employed.

Like MS.NET, Mono will fire Session.End only when InProc (default)
session state is activated.

Robert

_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to