Posts: 5
Threads: 3
Joined: Apr 2018
Reputation:
0
Location: argentina
04-10-2018, 10:04 PM
(This post was last modified: 04-10-2018, 10:05 PM by hsbelli.)
hi, i use iw 14.2.7 and have a problems with sessions. for any reasson hang up my app and try from the button of server SA "Reset Sessions". but when try open the browser again and run my app in the server SA appear the sessions connections where i suppose reset with the button "Reset Sessions".
any solution please?
regards
hernan
Posts: 19
Threads: 1
Joined: Mar 2018
Reputation:
4
Location: SPokane Valley, Washington
That would indicate your application is hung. The only option at that point would be to kill the application using Task Manager. Have you tried deploying as a service instead? How much memory do you have? What does the application look like in task manager when it hangs? CPU? Memory?
Posts: 1,136
Threads: 37
Joined: Mar 2018
Reputation:
30
Location: Limassol, Cyprus
Most likely you have code that is causing threads to hang, or preventing their proper shut down. Try using the debugger and tracing the shutdown.
Posts: 5
Threads: 3
Joined: Apr 2018
Reputation:
0
Location: argentina
hi, the error that obtaing is "Session ID is invalid". i need know, is problem of lan conection or whats?.. in other lan the same application run ok.
regards
hernan
Posts: 17
Threads: 0
Joined: Apr 2018
Reputation:
4
Location: México
Hi does your users some time connect from cellphones or any cellular Data connection?. If it so, some time cell connections often change of IP dynamically, an one of IW server security is not allow a sessionID to connect from a different IP than the one originally was when it was created. Check IW server controller security options and set 'SecurityOptions.CheckSameIP' to false.