[Bug 495] New - scripts/database/*.sql field length error (sid)

bugs@bugs.horde.org bugs@bugs.horde.org
Thu, 12 Oct 2000 17:56:30 -0300


http://bugs.horde.org/show_bug.cgi?id=495

*** shadow/495	Thu Oct 12 17:56:30 2000
--- shadow/495.tmp.3856	Thu Oct 12 17:56:30 2000
***************
*** 0 ****
--- 1,22 ----
+ Bug#: 495
+ Product: Horde
+ Version: 2.2 Stable
+ Platform: other
+ OS/Version: All
+ Status: NEW   
+ Resolution: 
+ Severity: major
+ Priority: P2
+ Component: IMP
+ Area: BUILD
+ AssignedTo: chuck@horde.org                            
+ ReportedBy: percy@py.dhs.org               
+ URL: 
+ Summary: scripts/database/*.sql field length error (sid)
+ 
+ In horde/scripts/database/*.sql, the length of the sid field of active_sessions
+ are set tp 32, which according to test.php3, is something like "Session ID:
+ 1_d7631201df515e9595ba14d9fac1637c" - which means the sid needs at least a
+ varchar(34) or more. It must be either the leading "1_" has mistakenly got into
+ the SQL query or the varchar(32) should be changed somehow. BTW, the
+ imp/docs/DATABASE says it's a varchar(32).