Global variable value is missing

Dear all,

I’ve leaved a form of application on idle for much than half an hour.
When I’ve tried later to go on with it I finded a message saying that the value of a global variable has been lost (user name).
Is it possible to avoid this using instead a message for istance “Attention - You need to refresh or login again becouse time out has been reached…”.
In my opinion this is a default behavior that would be embedded on standard version. Why this happens ? A user that see that message can be surprised and no clear explanation for that behavior is available to him. For him is an application error.
Attached the message that means : The following global variable are missing : v_resourse. The strange is that on header the same value is still visible.
Is there an easy workaround to show the Attention message or to redirect to login form the application ?
Scott has posted some answers but they are a little bit too complicated for my preparation.
Many thanks
Giovanni

http://img43.imageshack.us/img43/6648/vresource.png

Re: Global variable value is missing

Hello,
take $_SESSION[“xx”] and all problems are saved…

Best regards
Uwe

Re: Global variable value is missing

The problem I know.
The solution is to set option in Application>> global variable to the appropriate variable.
SC apparently assumes that the global variables are always passed to the script. (GET or PUT). For example, the default setting for global variables. Most trit on this issue when Application be called from menus. here you can not pass parameters.