https://github.com/andy-set-studio/ct4009-sessions-and-cookies
https://github.com/andy-set-studio/ct4009-sessions-and-cookies
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/andy-set-studio/ct4009-sessions-and-cookies
- Owner: Andy-set-studio
- License: mit
- Created: 2019-03-01T21:52:20.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-01T22:06:54.000Z (about 6 years ago)
- Last Synced: 2025-01-15T04:35:50.754Z (3 months ago)
- Language: PHP
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CT4009 Cookies and Sessions
A demo to show how you can use cookies to maintain logged in state.## Getting started
1. Upload the files to your student sites
2. Create a new database in PHPMyAdmin
3. Update the connection details in `public/includes/db-connect.php`
4. Run the SQL that lives in `scripts/install.sql`