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: IKEDA Soji <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 23:04:09 +0900

On Fri, 29 Nov 2013 14:49:31 +0100
David Verdin <address@concealed> wrote:

> Hi Soji,
>
> Le 29/11/13 03:32, IKEDA Soji a e'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...

In sense. Anyway brave administrators may apply the patch by
themselves. I won't apply it to 6.1.


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

Although it can be broken by unintantional double-clicking, it is
slightly effective workaround.


Regards,

--- Soji

> Regards,
>
> David
> >
> > Regards,
> >
> > --- Soji
> >
> >
> > --
> > A bug in Sympa? Quick! To the bug tracker!
> > <https://sourcesup.renater.fr/tracker/?group_id=23>
> > RENATER logo
> > *David Verdin*
> > E'tudes et projets applicatifs
> >
> > Te'l : +33 2 23 23 69 71
> > Fax : +33 2 23 23 71 21
> >
> > www.renater.fr <http;//www.renater.fr>
> > RENATER
> > 263 Avenue du Gal Leclerc
> > 35042 Rennes Cedex
> >
> >
> >


--
株式会社 コンバージョン セキュリティ&OSSソリューション部 池田荘児
〒231-0004 神奈川県横浜市中区元浜町3-21-2 ヘリオス関内ビル7F
e-mail address@concealed TEL 045-640-3550
http://www.conversion.co.jp/




Archive powered by MHonArc 2.6.19+.

Top of Page