Menu

#143 Exposed cookie not removed when session expires before browser is closed

cppcms-v1.0.x
closed
None
1
2015-12-26
2015-12-24
Anonymous
No

Exposed session is not deleted when session expires.
Using browser based expire method.

Here is the session config I'm using. (replaced some texts like hmac_key)

"session" : {
    "location" : "client",
    "expire" : "browser",
    "timeout" : 86400,
    "client" : {
        "hmac" : "sha1",
        "hmac_key" : "test_hmal"
    },
    "cookies" : {
        "prefix" : "test_prefix"
        }
},

I tested it for many days from my local computer, so 86400 minutes was not that long for me.

Thanks.

Discussion

  • Artyom Beilis

    Artyom Beilis - 2015-12-25
    • status: open --> accepted
     
  • Artyom Beilis

    Artyom Beilis - 2015-12-26
    • status: accepted --> closed
     
  • Artyom Beilis

    Artyom Beilis - 2015-12-26

    Fixed in production branch in cs 2380

     

Anonymous
Anonymous

Add attachments
Cancel





Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.