I have a problem with the identity of users being invalidated whenever the application pool is recycled at my shared host.
I've read that I may be able to solve this by specifying a machine key, instead of it being auto generated, but first I want to test this on my dev machine.
I changed my app pool to recycle every 1 minute and checked the website settings to see that the machine key is auto generated. However, after the pool is recycled, I am still logged in to my site.
What other changes do I need to make?
Thanks, Jules