]> git.koha-community.org Git - koha.git/commit
Bug Fixing for independantBranches support.
authorhdl <hdl>
Tue, 26 Jul 2005 15:58:47 +0000 (15:58 +0000)
committerhdl <hdl>
Tue, 26 Jul 2005 15:58:47 +0000 (15:58 +0000)
commit31fca3dfd248f020cbe44be9c196eedf3a03a079
tree8d0bded73949260acd36f8badb74cb6e0ef1ee98
parentb8e4963f90424ba3b495c5ca7e766788d016c760
Bug Fixing for independantBranches support.
Addign a Cookie containing user specific vars such as :
branch,
firstname,
surname,
cardnumber...
may be criticized from a lawyer point of view, since name and surname are given.
But the real need is for userid and branch.
And it is achieved.
Auth passes now TWO cookies :
a session cookie
And an environment cookie.
C4/Auth.pm
C4/Context.pm