Hi,
on my site I wish to keep users signed in until the user decides to log out, such as how facebook keeps us all logged in
To date I have been using the Persistent Cookie setting in the web config to 525949 = 1 year but in order to have this work the user has to check the "remember me" box, correct?, So I check it and hide it with jQuery to ensure it is checked.
Just wondering if there are better ways out there?
Also, how does the Persistent Cookie work for newly registered users?
Thanks
Mark