I am logging into sakai using web service(/direct/session/new) but it's not saving the sessionId in cookie. Due to this I was unable to continue the session.
But it's working in below scenarios
Sakai Mobile App: In our mobile app, Session is persisting if I invoke the same login web service from Titanium appcelerator http client.
SakaiPy(Python API): This api using python's session.post which is able to set session cookie as per below code from the file.
session.post(self.baseURL+loginURL.format(connectionInfo['username'],connectionInfo['password']))--
You received this message because you are subscribed to the Google Groups "Sakai Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sakai-dev+...@apereo.org.
To post to this group, send email to saka...@apereo.org.
Visit this group at https://groups.google.com/a/apereo.org/group/sakai-dev/.