Home
The Toolkit for Online Communities
15888 Community Members, 0 members online, 2003 visitors today
Log In Register

Forum .LRN Q&A: Re: The .LRN UI is ready for translation

OpenACS Home : Forums : .LRN Q&A : Re: The .LRN UI is ready for translation : One Message

+
Posted by Lars Pind on
Why does it seem to always switch off translator mode automatically after some time? This is a bit annoying ...
Tillman,

That's because we're using ad_set_client_property, which happens to expire along with your session cookie.

This is an annoying 'feature' of client properties which we should consider fixing, so that at least, when your session cookie is re-issued, e.g. when you have a permanent login cookie present, we'll move your session properties to the new session. Did somebody put that on his/her todo list? /Lars