We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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')
il_hasCookie(request:'name')
il_setCookie(response:'name':'value')
il_deleteCookie(response:'name')
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.
The text was updated successfully, but these errors were encountered:
Also tools from the IceBreak ... Stay tuned !!
Sorry, something went wrong.
No branches or pull requests
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 stringil_hasCookie(request:'name')
- return boolil_setCookie(response:'name':'value')
- voidil_deleteCookie(response:'name')
- voidThere 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.
The text was updated successfully, but these errors were encountered: