Well that was easy... Thanks ^_^
- Theron On Mon, Apr 23, 2012 at 3:31 PM, Chris McDonough <[email protected]> wrote: > On 04/23/2012 06:21 PM, Theron Luhn wrote: > >> I'm using Beaker sessions in Pyramid. How does one go about removing a >> variable from the session? Pretty much the functioning equivalent of this: >> >> request.session.remove('**reservation')\ >> > > del request.session['reservation'] > > - C > > > > >> -- >> You received this message because you are subscribed to the Google >> Groups "pylons-discuss" group. >> To view this discussion on the web visit >> https://groups.google.com/d/**msg/pylons-discuss/-/**sCWLVcJVlJ8J<https://groups.google.com/d/msg/pylons-discuss/-/sCWLVcJVlJ8J> >> . >> To post to this group, send email to >> pylons-discuss@googlegroups.**com<[email protected]> >> . >> To unsubscribe from this group, send email to >> pylons-discuss+unsubscribe@**googlegroups.com<pylons-discuss%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/**group/pylons-discuss?hl=en<http://groups.google.com/group/pylons-discuss?hl=en> >> . >> > > -- > You received this message because you are subscribed to the Google Groups > "pylons-discuss" group. > To post to this group, send email to > pylons-discuss@googlegroups.**com<[email protected]> > . > To unsubscribe from this group, send email to pylons-discuss+unsubscribe@* > *googlegroups.com <pylons-discuss%[email protected]>. > For more options, visit this group at http://groups.google.com/** > group/pylons-discuss?hl=en<http://groups.google.com/group/pylons-discuss?hl=en> > . > > -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
