sajt
unread,Oct 29, 2009, 11:26:52 AM10/29/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Symfony-hu
Helló,
Csinálok egy ilyet:
$query = array(1 => 1);
$this->getUser()->setAttribute('query', $query);
Egy másik oldalon pedig kiveszem:
$query = $this->getUser()->getAttribute('query');
Ez egy ideig működik is, de egy idő után elveszik ez az attribútum.
Hol kellene ezt beállítani?
Az apps/frontend/config/settings.yml-be betettem egy:
all:
.settings:
timeout: 0
-t, de ez nem segített.
--
Ámon Tamás