[cgiapp] Anomaly in CAP::Session

Brad Cathey breadwild at gmail.com
Fri Feb 15 11:17:30 EST 2008


I don't know if this has been discussed previously, but I can't kill a
session with:

      $self->session_delete;

however:

	my $session = new CGI::Session();
	$session->delete();

works like a champ.

Am I missing anything?

Thanks!


More information about the cgiapp mailing list