URL:
  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=13208>

                 Summary: ical.php establishes a session, but does not close
it
                 Project: phpGroupWare
            Submitted by: jvilhuber
            Submitted on: Fri 05/27/2005 at 04:43
              Item Group: 0.9.16.005
                Category: calendar
                Severity: 3 - Normal
                Priority: 7 - High
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
       Component Version: BZIP2
        Platform Version: GNU/Linux - SuSE
         Reproducibility: Every Time
         Planned Release: None
           Fixed Release: 

    _______________________________________________________

Details:

This leaves stale sessions around, which built up over time. If one has an
external program, say iCal, updating from phpgroupware every 15 minutes, you
run up resources pretty quickly.


The solution is to add the line:

$GLOBALS['phpgw']->session->destroy($sessionid);

to the end of the php file.








    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=13208>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/



_______________________________________________
Phpgroupware-tracker mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/phpgroupware-tracker

Reply via email to