[Koha-bugs] [Bug 4079] New: Opening system preferences page causes session to lose information

bugzilla-daemon at kohaorg.ec2.liblime.com bugzilla-daemon at kohaorg.ec2.liblime.com
Fri Jan 29 20:01:53 CET 2010


http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4079

           Summary: Opening system preferences page causes session to lose
                    information
           Product: Koha
           Version: HEAD
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: critical
          Priority: P5
         Component: System Administration
        AssignedTo: pianohacker at gmail.com
        ReportedBy: oleonard at myacpl.org
   Estimated Hours: 0.0
 Change sponsored?: ---


1. Log in to Koha
2. Query sessions table for current session info:

| 6ad9053c6afa310f8f72d035c0ac635f | --- 
_SESSION_ATIME: 1264791068
_SESSION_CTIME: 1264791068
_SESSION_ID: 6ad9053c6afa310f8f72d035c0ac635f
_SESSION_REMOTE_ADDR: 10.0.2.2
<snip>
branch: APL
branchname: Athens
cardnumber: 0006067
emailaddress: oleonard at gmail.com
firstname: Owen
flags: 261887
id: 0006067
ip: 10.0.2.2
lasttime: 1264791068
number: 51

3. Click link for System Preferences.
4. Query sessions table again:

| 6ad9053c6afa310f8f72d035c0ac635f | --- 
_SESSION_ATIME: 1264791209
_SESSION_CTIME: 1264791068
_SESSION_EXPIRE_LIST: {}

_SESSION_ID: 6ad9053c6afa310f8f72d035c0ac635f
_SESSION_REMOTE_ADDR: 10.0.2.2
<snip>
branch: APL
branchname: Athens
cardnumber: 3127
emailaddress: oleonard at gmail.com
firstname: Owen
flags: 261887
id: 3127
ip: 10.0.2.2
lasttime: 1264791209
number: 51

After clicking the system preferences link my "cardnumber" and "id" session
info has changed to "3127." I'm marking the bug critical because it worries me
to see session data destroyed. However, I don't know what practical
repercussions there are.


-- 
Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the Koha-bugs mailing list