Jump to content

Invalid session or session Timeout = big ServerLogfile..


erich.wanker

Recommended Posts

Hello,

 

Webmode: i have a strange problem..

 

in my testproject i use a uniTimer ...the unitimer will be set to enable/disable per delphi code ...and  has "runOnce"

 

BUT: if a usersession is timed out ... the timer (depending on the situation..) is still fireing ...

so the logfile is going bigger and bigger ... if i left the browser in this situation, the logfile will grow unlimited ...

 

the reason can be a short WiFi disconnection, a timed out session and a resize of the Browser .. and so on ...

 

 

 

 

a small part of the logfile ;-)

 

 

test: 00000EE4: 11:15:09 [HttpExtensionProc]:EUniSessionException : Invalid session or session Timeout.

test: 00000EE4: 11:15:09 [HttpExtensionProc]:EUniSessionException : Invalid session or session Timeout.

test: 00000EE4: 11:15:09 [HttpExtensionProc]:EUniSessionException : Invalid session or session Timeout.

test: 00001BF8: 11:15:09 [HttpExtensionProc]:EUniSessionException : Invalid session or session Timeout.
test: 00001BF8: 11:15:09 [HttpExtensionProc]:EUniSessionException : Invalid session or session Timeout.
test: 00000EE4: 11:15:09 [HttpExtensionProc]:EUniSessionException : Invalid session or session Timeout.
test: 00001BF8: 11:15:09 [HttpExtensionProc]:EUniSessionException : Invalid session or session Timeout.
test: 00001BF8: 11:15:10 [HttpExtensionProc]:EUniSessionException : Invalid session or session Timeout.
test: 00001BF8: 11:15:11 [HttpExtensionProc]:EUniSessionException : Invalid session or session Timeout.
test: 00000E6C: 11:15:12 [HttpExtensionProc]:EUniSessionException : Invalid session or session Timeout.
test: 00001BF8: 11:15:13 [HttpExtensionProc]:EUniSessionException : Invalid session or session Timeout.
test: 00001BF8: 11:15:14 [HttpExtensionProc]:EUniSessionException : Invalid session or session Timeout.
test: 00001BF8: 11:15:16 [HttpExtensionProc]:EUniSessionException : Invalid session or session Timeout.
test: 00001BF8: 11:15:17 [HttpExtensionProc]:EUniSessionException : Invalid session or session Timeout.
test: 00001BF8: 11:15:19 [HttpExtensionProc]:EUniSessionException : Invalid session or session Timeout.
test: 00001BF8: 11:15:20 [HttpExtensionProc]:EUniSessionException : Invalid session or session Timeout.
test: 00001BF8: 11:15:22 [HttpExtensionProc]:EUniSessionException : Invalid session or session Timeout.
test: 00001BF8: 11:15:23 [HttpExtensionProc]:EUniSessionException : Invalid session or session Timeout.
test: 00001BF8: 11:15:25 [HttpExtensionProc]:EUniSessionException : Invalid session or session Timeout.

 

 

 

 

 

any Ideas how to solve this ?

 

 

 

Link to comment
Share on other sites

hello erich.wanker

 

I had the same case and solved it by starting the application only unigui with closed connections.

 

usually when you make an application always keeps open connections to the database when the application goes up the first thing is to make that connection and there is the error that you are presenting to you. like I said I solved it by just closing all connections and when I launch the application in the event of the login button open the connection to the database and the tables I need, it also helps to optimize the application almost 100% level quickly.

 

must also close the connection when you finish using the application that also keep it open with the application closed proboca that mistake.
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...