Forums / Developer / session var ?
anne martinet
Friday 22 August 2008 12:36:30 am
Hi,
I have a stupid question. It is possible to create a session var? If Yes, how?
thanks in advanced,
Fou Jino
Monday 14 February 2011 4:42:43 am
A solution, because I sought the same question.
Yes it's possible to create and use a session var.
Example :
$http = eZHTTPTool::instance();
$http->setSessionVariable( 'key', 'value' );
Foujino ~ http://www.foujino-blog.be