Skip Menu |

This queue is for tickets about the Java-JCR CPAN distribution.

Report information
The Basics
Id: 20469
Status: new
Priority: 0/
Queue: Java-JCR

People
Owner: Nobody in particular
Requestors: hanenkamp [...] cpan.org
Cc:
AdminCc:

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



Subject: The session logout method needs to be called during destruction
If you make sure to always call $session->logout, this isn't a problem. However, that's not always convenient. Should add a DESTROY method that will make sure that logout is called when the session is dropped by the garbage collector.