view Lib/IMPL/Web/Security/Session.pm @ 73:2f31ecabe9ea

doc security
author wizard
date Mon, 29 Mar 2010 06:56:05 +0400
parents Lib/IMPL/Web/Security/Embed.pm@8c7b88bdb663
children 84aa8c395fce
line wrap: on
line source

package IMPL::Web::Security::Session;

use base qw(IMPL::Object);

use IMPL::Class::Property;

__PACKAGE__->PassThroughArgs;

BEGIN {
	public property id => prop_all;
	public property securityContext => prop_all;
}

1;