Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: cookie handler #3

Open
worksofliam opened this issue Aug 30, 2018 · 1 comment
Open

Feature request: cookie handler #3

worksofliam opened this issue Aug 30, 2018 · 1 comment

Comments

@worksofliam
Copy link
Collaborator

worksofliam commented Aug 30, 2018

In order to handle user sessions, there needs to be a way to create cookies. This will allow developers to determine unique sessions.

  • il_getCookie(request:'name') - returns string or pointer to string
  • il_hasCookie(request:'name') - return bool
  • il_setCookie(response:'name':'value') - void
  • il_deleteCookie(response:'name') - void

There may be more to add as well, but just an idea.

Then when there is a single session cookie, we are able to create logins, etc.

@NielsLiisberg
Copy link
Collaborator

Also tools from the IceBreak ... Stay tuned !!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants