Ticket #598 (closed defect: worksforme)

Opened 17 months ago

Last modified 16 months ago

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

Changed 16 months ago by Ben Bangert

  • status changed from new to closed
  • resolution set to worksforme

Is this still present on Beaker 1.3.1?

Also, if it is still valid, please report over on Beaker's tracker:  http://bitbucket.org/bbangert/beaker/issues/

Note: See TracTickets for help on using tickets.


Powered by Pylons - Contact Administrators