divyajyothi1 / dotnetopenid

Automatically exported from code.google.com/p/dotnetopenid
0 stars 0 forks source link

"Unable to serialize the session state" exception when using SessionState with other than InProc mode #238

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
My environment: ASP.NET MVC 1.0, DotNetOpenAuth-3.0.0.9087 (RC1)

I'm building a provider and using StateServer mode (<sessionState
mode="StateServer"></sessionState>).

An error occurs while trying to serialize
DotNetOpenAuth.Messaging.KeyedCollectionDelegate.

Adding of [Serializable] solved the problem and looks like all works as
expected, but it's need to be checked for correctness.

Original issue reported on code.google.com by maxim.n....@gmail.com on 9 Apr 2009 at 7:52

GoogleCodeExporter commented 8 years ago
Thanks for reporting this.  It turns out this one was already discovered and 
fixed in 
commit 191c7e7852f2c91a2da960f0ee08c635df8347bb. It will be available in the 
final 
3.0 release.

Original comment by andrewar...@gmail.com on 9 Apr 2009 at 8:01

GoogleCodeExporter commented 8 years ago
Perfect!
Many thanks for this great library.

Original comment by maxim.n....@gmail.com on 10 Apr 2009 at 8:56