Menu

#274 Store sessions in db

6.4.5
closed
None
Unknown
Improvement
Unknow
Unknow
2024-02-01
2020-12-09
No

After this migration and bug [#335] resolution, finish the session cleaning of bookmark and sql. See commit [r1542], file trunk/core/startup/AUTHORIZE.php.

Related

News: 2021/04/wikindx-v645-released
Commit: [r1542]
Bugs and feature requests : #335

Discussion

  • Mark Grimshaw

    Mark Grimshaw - 2021-04-02

    The new temp_storage table is now handling a lot of old sessions. There's still a fair bit left to do . . .

    Three big session users are:
    bookmarks – https://sourceforge.net/p/wikindx/v5bugs/335/
    bibliographic styles – https://sourceforge.net/p/wikindx/v5bugs/296/
    import/export – https://sourceforge.net/p/wikindx/v5bugs/327/

    In re-working the three above, sessions must be moved to temp_storage.

    Mark

     
    • Stéphane Aulery

      What I'm talking about in this post is a bit different. This is the physical storage of information saved in the session by the session mechanism. Instead of going to a file it will go to a wkx_session table. It is independent of what you put in the session. But if we can put less stuff in the session, that's great.

       
  • Stéphane Aulery

    Implemented by revisions [r1579] to [r1583].

     

    Related

    Commit: [r1579]
    Commit: [r1583]


    Last edit: Stéphane Aulery 2021-04-10
  • Stéphane Aulery

    • status: pending --> closed
     

Log in to post a comment.