TitleMgr Applet.

We're trying to debug a problem with a course running on an LMS (Saba). We are using a user-defined variable that will increment each time a given page is loaded. QUESTION: how is this variable stored between sessions?Does TitleMgr do this locally on the learner's PC (cookie? virtual memory?) or does it interact with the content server or LMS server in some way to store things temporarily? Is there a list somewhere that outlines everything TitleMgr does and where?TIA! - Gerry

Discussion (3)

THANK YOU, jbbb!!!!!!! You nailed it for us. Had to do with some permission issue. We just moved to Saba 3.5 from Saba 3.4EP. The person developing the content was testing in 3.4EP and the user-defined variable was being stored for some people and not for others.Must have something to with the security list that people are assigned to. The developer and I had near "power of God" while the people with problems were just "average learners."Works fine though in 3.5.We've looked over the security lists and the object permissions and don't see any differences for this object between 3.4 EP and 3.5. Might be something in the application . . . Ahhh, Saba . . . .THANKS AGAIN!!!!!!

Wow, I didn't think security lists would have that sort of effect on suspend_data, but I guess so... Good to know!Yes, agree: Ahhhhh, Saba Glad to be of help!

Gerry,If the variable is set to 'Retain values between sessions', in Saba (3.5 at least) this data is stored in suspend_data call (for SCORM). It is stored in the DB in the "aicc_vendor" table, in the "value" field.

Discussions have been disabled for this post