Hi,
I've got a strange problem which is not occuring in development, but does occur when application is loaded at the client site.
The problem is that when a user logs in, or once they are in they use any of the forms, they sometimes get kicked back to the login screen as if their session has timed out. However, when the push the Back button in the browser, and try the form again, it works fine, (sometimes), it is really inconsistant.
I am using cflock tags such as
<cflock scope="Session" timeout="10" type="exclusive">
around session variables, and I am not a cflock expert.
Using UNIX box, CF 5.0.
I've got a strange problem which is not occuring in development, but does occur when application is loaded at the client site.
The problem is that when a user logs in, or once they are in they use any of the forms, they sometimes get kicked back to the login screen as if their session has timed out. However, when the push the Back button in the browser, and try the form again, it works fine, (sometimes), it is really inconsistant.
I am using cflock tags such as
<cflock scope="Session" timeout="10" type="exclusive">
around session variables, and I am not a cflock expert.
Using UNIX box, CF 5.0.