Difference: TWikiLoginManagerSessionDotPm (1 vs. 2)

Revision 22013-10-14 - TWikiContributor

Line: 1 to 1
Changed:
<
<

Package ==

package TWiki::LoginManager::Session

>
>

Package TWiki::LoginManager::Session

  Class to provide CGI::Session like infra-structure, compatible with TWiki Runtime Engine mechanisms other than CGI.
Line: 11 to 8
  It also redefines name method, to avoid creating CGI object.
Added:
>
>

Revision 12010-05-29 - TWikiContributor

Line: 1 to 1
Added:
>
>

Package ==

package TWiki::LoginManager::Session

Class to provide CGI::Session like infra-structure, compatible with TWiki Runtime Engine mechanisms other than CGI.

It inherits from CGI::Session and redefine methods that uses %ENV directly, replacing by calls to TWiki::Request object, that is passed to constructor.

It also redefines name method, to avoid creating CGI object.

 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 1999-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback
Note: Please contribute updates to this topic on TWiki.org at TWiki:TWiki.TWikiLoginManagerSessionDotPm.