I have a site successfully setup and running forms authentication. I noticed though, that there is a Remember Me check box, and unless this is checked the site does not create a cookie and thus cannot properly check out or check in a document, which kills our functionality completely.
I have tried editing this login.aspx file, but I have been unsuccessful. I've tried adding "checked" "checked='true'" and more... but it just isn't happening. Can anyone shed any light on this problem?
Ideally, I want to have this check box hidden and checked by default, so there is no way for a user to uncheck it.