logo
Toggle navigation
Begin main navigation
About
Projects
Download
Documentation
Wiki
Forums
Log In
Go!
OpenACS – The Toolkit for Online Communities
:
Forums
:
OpenACS Q&A
: Bind variables to session
Begin main content
Forum OpenACS Q&A: Bind variables to session
Search:
Back to OpenACS Q&A
1
:
Bind variables to session
Posted by
Kabowei Oki
on
07/13/06 04:31 PM
Is it possible to store variables in session? If yes can some one pls show me how its done. Many thanks in advance?
2
:
Re: Bind variables to session
(response to
1
)
Posted by
Dave Bauer
on
07/13/06 04:36 PM
Check out ad_set_client_property
https://openacs.org/api-doc/proc-view?proc=ad%5fset%5fclient%5fproperty
and ad_get_client_property
https://openacs.org/api-doc/proc-view?proc=ad_get_client_property
These set session level variables and are very handy.
Back to OpenACS Q&A