You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only initialize the session-storage array when values are populated. (apereo#429) (apereo#430)
Note that the `$_SESSION` array will only stay empty when `phpCAS::client()` is used.
`phpCAS::proxy()` will still trigger the creation of `$_SESSION['phpcas']['service_cookies'] as
that array currently needs to be passed as a refrence to the `CAS_CookieJar`'s constructor.
0 commit comments