We're setting up a standard Login/Password input form, and would like a checkbox for remember the user's info, assuming that a cookie would be the best way to go.
The 5.7.1 documentation doesn't have any entries for cookie however. Is it simply a matter of isc.cookie.set and isc.cookie.get, or do I need to handle cookies on our middle tier php?
Thanks
The 5.7.1 documentation doesn't have any entries for cookie however. Is it simply a matter of isc.cookie.set and isc.cookie.get, or do I need to handle cookies on our middle tier php?
Thanks
Comment