Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Cookie to remember login/pass

    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

    #2
    Can we use this property to set/get cookies?

    If so how to set the expiration time and other properties like domain, secure etc.

    Comment


      #3
      Use the browser mechanism for setting cookies directly. Countless tutorials are available on the web for how to do this.

      Comment

      Working...
      X