We have a SL4 app using AspNetMembership and EntityManager.LoginAsync and all works very well. We now want to provide our users the ability to work in offline mode which seems doable according to the documentatiion.
What I can't seem to get a handle on is how to wire into the LoginAsync to enable me to provide some Offline Authentication and Autorization when disconnected from the Membership tables on the server.
I have already serialized the SessionBundle returned from an online login and saved it to Isolated storage then deserialized it but don't know what to do with it :-)
Any help would be great
Steve Provencher