I'm trying to find out if Silverlight 3.0 has any session mechanics - as far as I recall, SL2 was suffering from the lack of it. If SL 3.0 doesn't have it (Sadly) - are there any good reads regarding session mechanics implementation?
I'm considering using a client-side singleton object to hold the session instance + a WCF service + a SQL Server DB - is this a good way to go?