ubc / iPeer

Peer Evaluation System
http://ipeer.ctlt.ubc.ca
Other
17 stars 18 forks source link

Convert LTI cache from file to database row #657

Open stemar opened 4 years ago

stemar commented 4 years ago

Default is the lti-1-3-php-library is caching the nonce and the session data into a file at /tmp/lti_cache.txt.

The problem is with a more than one web node active on iPeer verf, we need the cache content to be located in a database row, not a file.

The goal is to convert the LTI cache from a file to a database row.