Skip to content

Metadata capture available

Latest
Compare
Choose a tag to compare
@82rules 82rules released this 18 Jul 21:48
· 23 commits to master since this release

This release introduces the ability to capture user defined metadata on session initiation.
It utilizes the convention of checking for a function called laravel_ab_meta() which expects an array as output.

This release also fixes a bug of undefined session when a user session expires by rechecking for session on any instance initiation.