I have an Apache x86 2.2 server set up with mod_auth_sspi in order to authenticate users. I haven't had a problem with it until I noticed something recently.
Users normally log into my website when they are on the company's intranet and in this case the authentication is automatic but when they remote in they have to log in manually. I would like to avoid this step if possible and have it log them in automatically even if they are remotely connecting to the site.
Is it possible to store the authentication as a cookie on the user's machine so that it will remember their credentials for connecting to the server later? I am fairly new to Apache and was kind of lost in the documentation.