Question
SharedHome -Thinclient
Hi all,
I have an issue with our users that use our application. The issue is everyone sees each other stuff after login to my application. We have a solaris server (thinclient) that users get their ie session thru it...it is not a desktop...
Seeing each other stuff after login is the problem, how to resolve this ? Thanks in advance...
My sample application.cfm
<cfapplication name="cookT" sessionmanagement="Yes" sessiontimeout="#CreateTimeSpan(0, 0, 30, 0)#" clientmanagement="yes" clientstorage="cookie" loginstorage="cookie" setdomaincookies="yes">
I have an issue with our users that use our application. The issue is everyone sees each other stuff after login to my application. We have a solaris server (thinclient) that users get their ie session thru it...it is not a desktop...
Seeing each other stuff after login is the problem, how to resolve this ? Thanks in advance...
My sample application.cfm
<cfapplication name="cookT" sessionmanagement="Yes" sessiontimeout="#CreateTimeSpan(0, 0, 30, 0)#" clientmanagement="yes" clientstorage="cookie" loginstorage="cookie" setdomaincookies="yes">
