comparison Lib/IMPL/Web/Security/Session.pm @ 180:d1676be8afcc

Перекодировка в utf-8
author sourcer
date Fri, 30 Dec 2011 23:40:00 +0300
parents 4267a2ac3d46
children 4d0e1962161c
comparison
equal deleted inserted replaced
179:b3d91ff7aea9 180:d1676be8afcc
16 16
17 =pod 17 =pod
18 18
19 =head1 NAME 19 =head1 NAME
20 20
21 C<IMPL::Web::Security::Session> - . 21 C<IMPL::Web::Security::Session> - Сессия пользователя.
22 22
23 =head1 SINOPSYS 23 =head1 SINOPSYS
24 24
25 =begin code 25 =begin code
26 26
39 39
40 =head1 DESCRIPTION 40 =head1 DESCRIPTION
41 41
42 C<use parent qw(IMPL::Security::Context)> 42 C<use parent qw(IMPL::Security::Context)>
43 43
44 , . 44 Представляет собой контекст безопасности, имеет идентификатор. Является базовым классом
45 . 45 для расширения дополнительными атрибутами.
46 46
47 =head1 MEMBERS 47 =head1 MEMBERS
48 48
49 =over 49 =over
50 50
51 =item C<[get] id> 51 =item C<[get] id>
52 52
53 53 Идентификатор сессии
54 54
55 =back 55 =back
56 56
57 =cut 57 =cut