How to remove returnurl from url?

前端 未结 10 656
梦谈多话
梦谈多话 2020-11-28 08:54

I want to remove \"returnurl=/blabla\" from address bar when a user want to access to a login required page. Because I\'m trying to redirect the user to a static page after

10条回答
  •  一生所求
    2020-11-28 09:11

    if you are using asp.net control loginstatus then click on login status control press f4( for properties) under behavior section we can see LogOutAction there select Return to Login page.

    Note: In order to implement it successfully you must have a login page with name login.aspx

提交回复
热议问题