Skip Menu |

This queue is for tickets about the CGI-Application-Plugin-Session CPAN distribution.

Report information
The Basics
Id: 17728
Status: resolved
Priority: 0/
Queue: CGI-Application-Plugin-Session

People
Owner: Nobody in particular
Requestors: yuji.maeda [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Suggestion about "session_delete"
I'm using CAP::Session, and I have the suggestion about it. It is that the subroutine "session_delete" includes "$self->session". Because: Even though session exists (for instance the cookie of session exists). If $self->session is not called, $self->session_delete does NOT do anything. That's why $self->{__CAP__SESSION_OBJ} does not exist. Therefore I think $self->session should be called in $self->session_delete. Or a developer who does not see the source code will get confused. Hope this helps, Yuji Maeda
From: Isaac McGowan <isaac [...] ikemcg.com>
I too was confused by this. I got it working, but it took me some time to figure out why session_delete was doing nothing.
This has been fixed in version 1.02 Thanks Cees Hek