From: Teemu A. <te...@io...> - 2003-12-15 12:17:32
|
Hello, I was playing around with OpenInteract themes and noticed something that should work differently in my opinion (maybe a bug?): In server.ini I have default_objects.theme = 2 I have two users, superuser and testuser. superuser has theme_id = 1 in the sys_user table and testuser has theme_id = 2. Now, when I set session_info.cache_theme = 30 in the server.ini and log in as testuser, I get theme id 2. Now I log off and log back in as superuser. I get theme id 2 instead of theme id 1 (?) I set session_info.cache_theme = 0 and try the same procedure again. Now superuser gets the correct theme id 1. It seems like when cache is turned on, I get the theme which was cached first, no matter if that theme was for another user. The only way to work around this problem I have found so far is turning off theme caching. Is this a bug or a feature? -- Sincerely, Teemu Arina www.mimerdesk.org |