CINXE.COM
<html xmlns="http://www.w3.org/1999/xhtml"> <head> <script type="text/javascript"> var redirectUrl = "/Mediatheque/categories"; try { var o = sessionStorage["ajaris_onlogin_redirect"]; if (o) { o = JSON.parse(o); var currTs = new Date().getTime(), timeout = 3*60*1000; if (o.url && o.url.length && o.ts && !isNaN(o.ts) && (currTs - o.ts <= timeout)) { redirectUrl = o.url; } } } catch (e) {} redirectUrl = decodeURIComponent(redirectUrl); try {sessionStorage.removeItem("ajaris_onlogin_redirect");}catch (e) {} document.location.href = redirectUrl; </script> </head> <body></body> </html>