bugphpGroupWare - Bugs: bug #13208, ical.php establishes a session,...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #13208: ical.php establishes a session, but does not close it

Submitter:  Jan Vilhuber <jvilhuber>
Submitted:  Fri 27 May 2005 04:43:05 AM UTC
   
 
Category:  calendar Item Group:  0.9.16.005
Severity:  3 - Normal Priority:  5 - Normal
Status:  In Progress Privacy:  Public
Assigned to:  skwashd Open/Closed:  Closed
Component Version:  BZIP2 Operating System:  GNU/Linux - SuSE
Reproducibility:  Every Time Planned Release:  None
Fixed Release:  HEAD cvs 20051015

Fri 14 Oct 2005 11:59:46 PM UTC, comment #2: 

Fixed in HEAD branch of CVS and will be included in the next major release

Dave Hall <skwashd>
Group administrator
Thu 02 Jun 2005 08:57:32 AM UTC, comment #1: 

Will add this fix to several others in the works for ical.php

Dave Hall <skwashd>
Group administrator
Fri 27 May 2005 04:43:05 AM UTC, original submission:  

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.


Jan Vilhuber <jvilhuber>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follow 5 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2005-10-14 skwashd Fixed Release HEAD cvs 20051015
2005-10-14 skwashd Open/ClosedOpen Closed
2005-06-02 skwashd Priority7 - High 5 - Normal
    StatusNone In Progress
    Assigned toNone skwashd

Back to the top

Powered by Savane 3.13-bb6a.
Corresponding source code