Iets meer logging inlog flow

svn path=/Website/branches/v2016.3/; revision=32517
This commit is contained in:
Jos Groot Lipman
2017-01-24 12:40:14 +00:00
parent 19f3d1c543
commit d0851c462f
2 changed files with 3 additions and 0 deletions

View File

@@ -23,6 +23,8 @@
<!-- #include file="../shared/useragent.inc" -->
<%
__Log("== Entering shorturl.asp ==");
var u = getQParam("u");
var known_bookmarks =
{

View File

@@ -278,6 +278,7 @@ if (user_key < 0)
{
if (Session("fallback_user_key") > 0) // (QRC) bookmark met fallback user_key
{
__Log("Login by fallback_user_key {0}".format(Session("fallback_user_key")));
doLogin(Session("fallback_user_key"), { noFacSession: true });// gezet in Shorturl.asp
Session("login_by_fallback") = true; // fac_like_deep.asp wist dan sessie
Session.Contents.Remove("fallback_user_key");