Results 1 to 3 of 3

Thread: New webapp session inheriting the last login

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #3
    Join Date
    Feb 2009
    Location
    Brazil
    Posts
    5,175

    Default Re: New webapp session inheriting the last login

    As michael said.

    You may look as well in the following events from session manager.. they are perfect hook for setting the user environment.

    cWebSessionManagerStandard [Event OnSessionPropertiesSet] (dataaccess.com)
    cWebSessionManagerStandard [Event OnSessionPropertiesClear] (dataaccess.com)

    --- By the way ----
    What you are seeing is not an effect of browser cache.. but actually your session has just not expired yet. Each session has a default time to live, after x minutes of inactivity.

    Check piSessionTimeout of your session manager. Default is 480 minutes.

    Regards
    Last edited by Samuel Pizarro; 13-Nov-2021 at 03:33 PM.
    Samuel Pizarro

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •