Skip to Content.
Sympa Menu

devel - Re: [sympa-developpers] [sympa-commits] sympa[9970] branches/sympa-6.1-branch/wwsympa/wwsympa.fcgi.in: [bug][#6180] [Tentative workaround] 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] [sympa-commits] sympa[9970] branches/sympa-6.1-branch/wwsympa/wwsympa.fcgi.in: [bug][#6180] [Tentative workaround] Session breaks after viewing HTML from archives which references attachments .
  • Date: Fri, 29 Nov 2013 15:51:53 +0100

Hi Soji,

Thanks for the commmit, though now that I know you patches will fix the doucle click problem, I think we should really apply it to the 6.1 branch.

Cheers,

David

Le 29/11/13 15:35, address@concealed a écrit :
sympa[9970] branches/sympa-6.1-branch/wwsympa/wwsympa.fcgi.in: [bug][#6180] [Tentative workaround] Session breaks after viewing HTML from archives which references attachments.
Revision
9970
Author
sikeda
Date
2013-11-29 15:35:22 +0100 (ven. 29 nov. 2013)

Log Message

[bug][#6180] [Tentative workaround] Session breaks after viewing HTML from archives which references attachments.
Although it can be broken by unintantional double-clicking, it is slightly effective workaround.

Modified Paths

  • branches/sympa-6.1-branch/wwsympa/wwsympa.fcgi.in

Diff

Modified: branches/sympa-6.1-branch/wwsympa/wwsympa.fcgi.in (9969 => 9970)


--- branches/sympa-6.1-branch/wwsympa/wwsympa.fcgi.in	2013-11-29 13:49:13 UTC (rev 9969)
+++ branches/sympa-6.1-branch/wwsympa/wwsympa.fcgi.in	2013-11-29 14:35:22 UTC (rev 9970)
@@ -1469,7 +1469,8 @@
 	 if ($delay == 0) {
 	     $delay = 'session';
 	 }
-	 $session->renew() unless($param->{'use_ssl'});
+	 $session->renew() unless $param->{'use_ssl'}
+	    or $param->{'action'} eq 'arc'; #TENTATIVE workaround.
 	 
 	 unless ($session->set_cookie($param->{'cookie_domain'},$delay,$param->{'use_ssl'})) {
 	     &wwslog('notice', 'Could not set HTTP cookie');

--
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



  • Re: [sympa-developpers] [sympa-commits] sympa[9970] branches/sympa-6.1-branch/wwsympa/wwsympa.fcgi.in: [bug][#6180] [Tentative workaround] Session breaks after viewing HTML from archives which references attachments ., David Verdin, 11/29/2013

Archive powered by MHonArc 2.6.19+.

Top of Page