This happens when I am logged in as "SysAdmin" ! This problem does not appear in FC 5.1.0 - only in Version 5.1.1 !
Can it be a problem in my 'farcryConstructor.cfm' ? I'm using J2EE-Sessions (with 2 clustered JRun-Servers) and it seems, that my 'farcryConstructor.cfm' is not configured perfectly. --- <cfset THIS.sessionmanagement = true /> <cfset THIS.sessiontimeout = createTimeSpan(0,0,20,0) /> <cfset THIS.applicationtimeout = createTimeSpan(2,0,0,0) /> <cfset THIS.clientmanagement = false /> <cfset THIS.clientstorage = "cfclientvars" /> <!--- DB-Storage ---> <cfset THIS.loginstorage = "cookie" /> <!--- Shouldn't it be 'session' ??? ---> <cfset THIS.scriptprotect = "" /> <!--- Shouldn't it be 'All' ??? ---> <cfset THIS.setclientcookies = true /> <!--- Is it needed when using J2EE-Sessions ??? ---> <cfset THIS.setdomaincookies = true /> <!--- Why 'true' ---> <cfset THIS.mappings = structNew() /> --- Best regards .. Knut On 2 Apr., 09:14, modius <[email protected]> wrote: > On Apr 2, 6:03 pm, Knut <[email protected]> wrote: > > > But I still miss the "TRAY" using the "Firefox 3.0.8" Browser ! > > The "Show-Tray-Icon" is not displayed in the Firefox 3.0.8 ! > > Everytime I have to call the TRAY > > with:http://www.my-domain.de/index.cfm?&bShowTray=1 > > > In "IE-7" Browser I can call the TRAY via the "Show-Tray-Icon". > > > But neither IE-7 nor Firefox 3.0.8 do remember it in the next session. > > (I'm using J2EE-Sessions !) > > The tray only shows if you are logged in and have the correct > permissions. > > Tray appears to work fine for me in FF3.0.8 under OSX. Can anyone > else confirm issues with display of the tray? > > -- geoffhttp://www.daemon.com.au/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en -~----------~----~----~----~------~----~------~--~---
