Forum Discussion

5 Replies

  • We see it the most when you try to load 2 APM login windows at the same, or you get the logon window and close the tab instead of logging in. I don't think we ever fixed it, we just educated our users to minimize it.
  • CGI's avatar
    CGI
    Icon for Altostratus rankAltostratus

    This happens, one solution is a little irule to the vip below is an example of what it could look like, you could also add more adresses if need be:-

    when HTTP_REQUEST {
    
     set sid [ACCESS::session sid]
     switch -glob [HTTP::uri] {
       "/"
         {
         if {$sid != ""} {
           log local0. "request for /uri* and active session, remove session and redirect"
           ACCESS::session remove
    
  • I get that also, just close down IE completely and open a new session and try again. Same reasons as Andrew mentioned above.
  • I also have close and open IE, the same phenomenon will occur. ............... "Access policy -> manage Sessions" Only when you clear the session window that is not brooding, Since the same phenomenon occurs.