Ok. Here's my problem.
Two Servers each running CF.
On server1 I have two applications one for general public and the other (if you have the login/password) for the registered users.Let's call it app_enter_forms.
Now on my Server2 I have a third application that was created for the administration personnel (app_admin) but I need to connect to the app_enter_forms on the first server.
So far no problems.I was able to use the pages and the database connection on the app_enter_forms.
Now all of them have a session timeout of 20 minutes.
This is what happens if I login to app_admin and then jump to app_enter_forms and I spend more than 20 minutes in app_enter_forms by the time I get back to app_admin my session is obviously gone.
What can I do to keep my session alive in app_admin while working on some of the pages in app_enter_forms.
Cookies sadly is not an option. (somebody from management thinks they are "evil I tell you ...evil"
.
Any ideas no matter how crazy they are will be considered and greatly appreciated.
Thanks.
Two Servers each running CF.
On server1 I have two applications one for general public and the other (if you have the login/password) for the registered users.Let's call it app_enter_forms.
Now on my Server2 I have a third application that was created for the administration personnel (app_admin) but I need to connect to the app_enter_forms on the first server.
So far no problems.I was able to use the pages and the database connection on the app_enter_forms.
Now all of them have a session timeout of 20 minutes.
This is what happens if I login to app_admin and then jump to app_enter_forms and I spend more than 20 minutes in app_enter_forms by the time I get back to app_admin my session is obviously gone.
What can I do to keep my session alive in app_admin while working on some of the pages in app_enter_forms.
Cookies sadly is not an option. (somebody from management thinks they are "evil I tell you ...evil"
Any ideas no matter how crazy they are will be considered and greatly appreciated.
Thanks.