Well this value is `Lax` out-of-the-box https://github.com/apache/openmeetings/blob/master/openmeetings-web/src/main/webapp/META-INF/context.xml#L22
I see no other reason for such behavior :( Maybe you can see something suspicious in the logs? On Fri, 20 Aug 2021 at 19:59, mentor maxhuni <[email protected]> wrote: > Thank you Maxim for response but i did as you said, in fact the link > <CookieProcessor > sameSiteCookies="none"/> was already on > /opt/open610/webapps/openmeetings/META-INF/context.xml but the problem is > the same. It's strange because i can without problem enter OP classroom > directly via link with IOS but problem only occurs with Moodle Plugin on > IOS , in android works great with Moodle Plugin also. > > > please don't add line to /opt/OM/conf/context.xml modify > ${OM_HOME}/webapp/META-INF/context.xml > > as described here: > https://github.com/openmeetings/openmeetings-moodle-plugin#access-denied > :) > > ------------------------------ > *From:* mentor maxhuni <[email protected]> > *Sent:* Wednesday, August 18, 2021 12:16 PM > *To:* [email protected] <[email protected]> > *Subject:* Re: Invalid hash Access denied only from moodle plugin on IOS > > I Did that, the problem is the sam, I could not make it work even with the > previous OM versions. > > Thank you > ------------------------------ > *From:* Ali Alhaidary <[email protected]> > *Sent:* Wednesday, August 18, 2021 12:13 PM > *To:* [email protected] <[email protected]> > *Subject:* Re: Invalid hash Access denied only from moodle plugin on IOS > > > Logout from OM link on any device on any network. > > > Ali > > > On 8/18/21 3:06 PM, mentor maxhuni wrote: > > Hi, > > Thank you for response, but no i am not login on the same device even not > in same network, with direct link i can enter OM classroom from IOS device > without problem but i have problem from Moodle plugin > ------------------------------ > *From:* Ali Alhaidary <[email protected]> > <[email protected]> > *Sent:* Wednesday, August 18, 2021 12:02 PM > *To:* [email protected] <[email protected]> > <[email protected]> > *Subject:* Re: Invalid hash Access denied only from moodle plugin on IOS > > > Hi, > > You should not log to OM on the same device using OM link and the plugin. > So first logout from OM on that device, and then use the moodle plugin from > moodle to enter the room. > > Ali > > > On 8/18/21 2:10 PM, mentor maxhuni wrote: > > Greetings. > I have installed OM 6.1.0 and it works fine with android and PC, I > integrated on moodle with latest moodle plugin. But i have problem when i > want to access classroom through Moodle plugin on IOS, the error occurs > *Invalid > hash Access denied. *When I enter classroom directly from OM link without > moodle plugin it works just fine from IOS, problem occurs only when i want > to enter classroom through moodle. I tried to add on > /opt/OM/conf/context.xml file line below but the problem remains the same > > <CookieProcessor sameSiteCookies="none"/> > > -- Best regards, Maxim
