User by session key

Re: User by session key

by Howard Miller -
Number of replies: 0
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers

I would suggest that is not the way to do it. 

Build a two-way web service, redirect to Moodle and pass a one-time token or similar. The Moodle session cookies don't hold anything terribly useful so you'll have big problems doing it your way. 

Or possibly use a standard authentication mechanism but those are often total overkill.