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