Iets meer logging inlog flow
svn path=/Website/branches/v2016.3/; revision=32517
This commit is contained in:
@@ -23,6 +23,8 @@
|
||||
<!-- #include file="../shared/useragent.inc" -->
|
||||
|
||||
<%
|
||||
__Log("== Entering shorturl.asp ==");
|
||||
|
||||
var u = getQParam("u");
|
||||
var known_bookmarks =
|
||||
{
|
||||
|
||||
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user