Thread wie speichere ich werte mit cgi::application in einem Session-Cookie? (1 answers)
Opened by chris- at 2009-02-03 17:18

pktm
 2009-02-03 18:03
#118626 #118626
User since
2003-08-07
2921 Artikel
BenutzerIn
[Homepage]
user image
Mit der param()-Methode, wie du es von CGI gewöhnt bist:

use CGI::Application::Plugin::Session;

$self->session()->param('foo' => 'bar');
http://www.intergastro-service.de (mein erstes CMS :) )

View full thread wie speichere ich werte mit cgi::application in einem Session-Cookie?