[Catalyst] kill a session

John Beppu john.beppu at gmail.com
Mon Feb 20 04:31:45 CET 2006


On 2/19/06, Yuval Kogman <nothingmuch at woobling.org> wrote:
> On Sat, Feb 18, 2006 at 00:43:14 -0800, John Beppu wrote:
> > On 2/17/06, Will Smith <willbelair at yahoo.com> wrote:
> > > How could I clear/delete the session. When I try
> > > $session->clear();
> > > it gives me error.
> >
> >
> > $c->session_clear();
>
> wtf?
>
> $c->delete_session


I have session_clear() in my own code, and it doesn't crash, but
that's probably because I'm using session handling code that's been
deprecated.  I'm still using Catalyst::Plugin::Session::Flex and its
man page tells me there's a session_clear() method.



More information about the Catalyst mailing list