lacostabr / socialauth-net

Automatically exported from code.google.com/p/socialauth-net
0 stars 0 forks source link

SQL server session #76

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It seems like socialauth is not compatible with any other session provider than 
the InProc. it's throwing an exception when trying to use SQL Server based 
session or StateServer

How can we fix this? Do we need to recompile the source and add to it 
serialization tags?

Thanks,

Original issue reported on code.google.com by ma...@techknowledge.ae on 22 Apr 2012 at 12:31

GoogleCodeExporter commented 9 years ago
Hi Majid,

You are correct, we have not tested it with other session providers. You can 
add the serialization tags, please feel free to let us know if that doesn't 
work.

Warm regards,
SocialAuth team

Original comment by tsg.bric...@gmail.com on 4 May 2012 at 2:51

GoogleCodeExporter commented 9 years ago
Hi Majdi

We've fixed session issue and would be part of next release. Should you need it 
urgently, you may download the source code and make only one modification:
Put [Serializable] attribute over SocialAuthSession class. We haven't performed 
detailed testing with this fix but on surface it worked very well. 
2.4 should have this fix incorporated.

thanks
Deepak

Original comment by daggar...@brickred.com on 5 May 2012 at 12:53

GoogleCodeExporter commented 9 years ago
Thanks, we will wait until the next release is fully tested.

Original comment by ma...@techknowledge.ae on 6 May 2012 at 6:23