Persistence doesn't work in my web application on one server while it does on another. On the server that it doesn't work on (a shared hosting environment), the persistence is lost anytime the app pool recycles. When it recycles the machine key changes automatically and that affects the encryption of the cookie. When the machine key changes the cookie can't be decrypted and the persistent authentication is lost. I would get around this by setting the machine key in web.config so that it always stays the same, but my web host doesn't allow this on the shared server. Is there any workaround to this problem? Thanks in advance!

link|improve this question

62% accept rate
1  
Ouch! They don't allow you to set machineKey for an app? I doubt there's any way around it other than custom-code to store separate cookie values that you somehow use to re-up the login, but that would sort of defeat the purpose of using the forms auth in the first place. (posting this as comment since it's not helpful as an answer!) – Andrew Barber Oct 1 '10 at 16:36
Yeah, find another host. – Sayed Ibrahim Hashimi Oct 2 '10 at 1:16
Thanks for your inputs :) I'll talk to the host about changing the policy or find another one! – Noel Oct 9 '10 at 23:24
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.