Forum Discussion

2 Replies

  • I have solved the problem with this irule at all

     

    when HTTP_REQUEST {

     

    set sessionid [findstr [HTTP::uri] "SessionId&Value=" 16 "&"]

     

    if { $sessionid != "" } { persist uie $sessionid 600 } }