Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

SharedHome -Thinclient

Participant ,
Dec 11, 2008 Dec 11, 2008
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">
TOPICS
Advanced techniques
511
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advocate ,
Dec 11, 2008 Dec 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?.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Dec 11, 2008 Dec 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">
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advocate ,
Dec 11, 2008 Dec 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.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Dec 11, 2008 Dec 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">
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advocate ,
Dec 11, 2008 Dec 11, 2008
No need mate!....
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Dec 11, 2008 Dec 11, 2008
allright, thank you Daverms.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advocate ,
Dec 11, 2008 Dec 11, 2008
LATEST
You are welcome!...
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources