Lines Matching refs:session
34 $this->session = new SESSION();
44 $this->setupStyle = $this->session->getVar("exportRtf_style");
46 $this->setupStyle = $this->session->getVar("setup_style");
54 $styleInfo = $this->session->getVar("style_name");
55 $styleCommon = unserialize(base64_decode($this->session->getVar("style_common")));
56 $styleTypes = unserialize(base64_decode($this->session->getVar("style_types")));
64 $this->session->setVar("style_name", $info['name']);
65 $this->session->setVar("cite_citation", base64_encode(serialize($citation)));
66 $this->session->setVar("style_common", base64_encode(serialize($styleCommon)));
67 $this->session->setVar("style_types", base64_encode(serialize($styleTypes)));
68 $this->session->delVar("style_edited");