Skip to Content.
Sympa Menu

devel - Re: [sympa-developpers] [#6180] Session breaks after viewing HTML from archives which references attachments

Subject: Developers of Sympa

List archive

Chronological Thread  
  • From: David Verdin <address@concealed>
  • To: address@concealed
  • Subject: Re: [sympa-developpers] [#6180] Session breaks after viewing HTML from archives which references attachments
  • Date: Fri, 29 Nov 2013 14:49:31 +0100

Hi Soji,

Le 29/11/13 03:32, IKEDA Soji a écrit :
Hi developers,

https://sourcesup.renater.fr/tracker/index.php?func=detail&aid=6180&group_id=23&atid=167

This is a bug suffering many users for a bit long time.

I posted patch but have not applied it to sympa-6.1-branch.
Because it will force users to update database structure (two fields
must be added to session_table).

Would we adopt this fix into sympa-6.1, or not?
I think we should keep it for  6.2 - which should be out soon, anyway.
This database update can be a pain for Pg or Oracle users...

And we can still apply my dumb fix:

line 1472 in wwsympa.fcgi, replace this:

     $session->renew() unless($param->{'use_ssl'});


by that:

     $session->renew() unless($param->{'use_ssl'} or $param->{'action'} eq 'arc');

It can do for a while.

Regards,

David

Regards,

--- Soji


--
A bug in Sympa? Quick! To the bug tracker!

 
David Verdin
Études et projets applicatifs
 

Tél : +33 2 23 23 69 71
Fax : +33 2 23 23 71 21
 

www.renater.fr
RENATER
263 Avenue du Gal Leclerc
35042 Rennes Cedex



PNG image

Attachment: smime.p7s
Description: Signature cryptographique S/MIME




Archive powered by MHonArc 2.6.19+.

Top of Page