Ticket #598 (closed defect: worksforme)
Beaker creates sessions on session.get('foo')
| Reported by: | JustinA | Owned by: | bbangert |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | middleware | Version: | 0.9.7 |
| Severity: | minor | Keywords: | beaker |
| Cc: |
Description
I'm working on upgrading from 0.9.6 to 0.9.7 and one thing I've noticed is that beaker now creates sessions even when all I do is a .get() on them
djf@test:~/djf$ find data/sessions/|wc -l 469 djf@test:~/djf$ /usr/sbin/ab -n 100 http://localhost/ &> /dev/null djf@test:~/djf$ find data/sessions/|wc -l 771 djf@test:~/djf$
This came up a long time ago and I mentioned it to Ben on IRC and it was fixed back in 0.9.5 or something.. Something must have changed to make .get() trigger the creation of a new session again...
Change History
Note: See
TracTickets for help on using
tickets.