// ]]>
(function() {var $ = AUI.$;var _ = AUI._;
import(Liferay.ThemeDisplay.getPathContext() + '/o/frontend-js-web/__liferay__/index.js').then(
({openToast}) => {
AUI().use(
'liferay-session',
function () {
Liferay.Session = new Liferay.SessionBase(
{
autoExtend: true,
redirectOnExpire: false,
redirectUrl: 'https\x3a\x2f\x2froepas\x2ero\x2fweb\x2fguest',
sessionLength: 900,
sessionTimeoutOffset: 70,
warningLength: 60
}
);
}
);
}
)
})();