diff options
| author | Matt Robenolt <matt@ydekproductions.com> | 2013-08-18 22:36:36 -0700 |
|---|---|---|
| committer | Ramiro Morales <cramm0@gmail.com> | 2014-05-11 21:42:26 -0300 |
| commit | 393c0e24223c701edeb8ce7dc9d0f852f0c081ad (patch) | |
| tree | b98b751093d3732d4d27cf2262d2a26be08e02f7 /tests/admin_scripts | |
| parent | 9762ba26304dd927d69fc5446df2e83dc22aa2e3 (diff) | |
Fixed #20936 -- When logging out/ending a session, don't create a new, empty session.
Previously, when logging out, the existing session was overwritten by a
new sessionid instead of deleting the session altogether.
This behavior added overhead by creating a new session record in
whichever backend was in use: db, cache, etc.
This extra session is unnecessary at the time since no session data is
meant to be preserved when explicitly logging out.
Diffstat (limited to 'tests/admin_scripts')
0 files changed, 0 insertions, 0 deletions
