我使用网络服务(/ direct / session / new)登录sakai,但它没有将sessionId保存在cookie中。所以我无法继续会议。
Sakai Mobile App: 在我们的移动应用程序中,如果我从Titanium appcelerator http客户端调用相同的登录Web服务,则会持续存在。
SakaiPy(Python API): 这个api使用python的session.post,它能够根据file的代码设置会话cookie。
session.post(self.baseURL+loginURL.format(connectionInfo['username'],connectionInfo['password']))
你能否在JAVA中建议同样的功能。