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.