PHP Native OS 'Remember Me'

jeannepine

New Member
Sorry if the title was misleading. I want to know how to trigger the default OS password keeper when a user successfully logs in.Example: I use Chrome in OSX, whenever I login somewhere I get the option for Chrome to save my login info, which stores the info in my keychain.This is not a question about a 'remember me' checkbox for the login form, but rather how to get the browser to ask to save the info. Do I need to send a particular HTTP status code if the login was successful? Currently I'm storing session data once logged in, so the browser doesn't really see the change.Any pointers would be greatly appreciated!
 
Back
Top