Base solution for your next web application
Open Closed

AbpScripts/GetScripts #725


User avatar
0
jesse created

When I get user ID from apb.session.userid,first time it works well.but when i logout,Change the user logon apb.session.userid is Last logon user ID,it was caching. how can i get apb.session.userid Real-time


1 Answer(s)
  • User Avatar
    0
    hikalkan created
    Support Team

    How do you include the script into your page? Try this:

    <script src="~/AbpScripts/GetScripts?v=@(Clock.Now.Ticks)" type="text/javascript"></script>