ASDK with F5 issues
End customer reported a user log in problem after they upgraded to an f5 software that bundled with a newer version of the ASDK. We debugged the problem and found that the ASDK api,
const char* ObConfig::getItem(const char* key);
behaves differently. When the 'key' does not exist, it returns "" in the old ASDK but null in the new ASDK. Questions we have,
1) Can you confirm this behavior change?
2) For key = "sessionTimeout", is it still supported in OAM 11g server? If yes, where can we set/modify it?
The old ASDK version:
Product: Oracle Access Manager
Component: Access Server SDK