[Logo] Enterprise Client Community
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
Url Paramter get lost with Session Timeout  XML
Forum Index -> Development
Author Message
pbeha

Power User

Joined: 05/06/2008 09:08:53
Messages: 32
Location: Villingen - Schwenningen
Offline

Hello,

we still have a problem with the URL Parameters.
When the Browser is open and there is no interaction for some minutes (no interaction longer than the session timeout), the URL Paramteres will get lost until you press the Refresh Button of the Browser.

Thanks
Patrick
[WWW]
CaptainCasa

Power User
[Avatar]

Joined: 21/11/2007 12:23:06
Messages: 5528
Offline

Hi,

this is a bit more tricky because the server side session time out is not under the control of CaptainCasa. Please set the session timeou to a quite high value and maybe also install a timer in your out-most page to keep the application alive.

The problem is:
(.) the first request is carrying the URL parameters
(.) subsequent requests do not carry them anymore (the application might get confused if the parameters are available in the request all the time
(.) after a ...
(.) ...while the next request comes. The server has invalidated the previous session in the meantime, so it is creating a new one. So no session parameters are available anymore...

What we could do: if we find out that the session returned is a different one compared to the one expected when sending, then we could reload the whole page (then it's an automated pressing of the refresh button...)

We'll check.

Björn

Björn Müller, CaptainCasa GmbH
CaptainCasa

Power User
[Avatar]

Joined: 21/11/2007 12:23:06
Messages: 5528
Offline

Hi,

finally we added a possibility to preserver URL parameters through session timeouts. All URL parameters ending with "_always" are ALWAYS communicated as part of the request from the client to server.

ALWAYS really means: they are part of each request... so do not send too much data volume ;-)

Björn

Björn Müller, CaptainCasa GmbH
 
Forum Index -> Development
Go to:   
Powered by JForum 2.1.6 © JForum Team