Skip to main content
Inspiring
December 11, 2008
Question

SharedHome -Thinclient

  • December 11, 2008
  • 7 replies
  • 549 views
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">
This topic has been closed for replies.

7 replies

Inspiring
December 11, 2008
You are welcome!...
emmim44Author
Inspiring
December 11, 2008
allright, thank you Daverms.
Inspiring
December 11, 2008
No need mate!....
emmim44Author
Inspiring
December 11, 2008
Ohhh I seee just lock the session...

And should I remove { clientmanagement="yes" clientstorage="cookie" loginstorage="cookie" setdomaincookies="yes" } from application.cfm after enabling the J2EE??


<cfapplication name="cookT" sessionmanagement="Yes" sessiontimeout="#CreateTimeSpan(0, 0, 30, 0)#" clientmanagement="yes" clientstorage="cookie" loginstorage="cookie" setdomaincookies="yes">
Inspiring
December 11, 2008
No.. You should not place it inside <cflock>

Only if you are assigning any session variables, then you should place them between the <cflock> blocks.
emmim44Author
Inspiring
December 11, 2008
No for both...
I will enable J2EE...

Do you want me to lock the below section?

<cfapplication name="cookT" sessionmanagement="Yes" sessiontimeout="#CreateTimeSpan(0, 0, 30, 0)#" clientmanagement="yes" clientstorage="cookie" loginstorage="cookie" setdomaincookies="yes">
Inspiring
December 11, 2008
Hi,

Have you put your session variables inside <cflock> statement? (in your application.cfm).

Have you enabled the "J2EE session management" in the Coldfusion Administrator?.