I was discussing my chat problems with my web server administrator, and it turnes out that my web site host is using several web servers. This is apparently why I can not use things like /dev/shm/ because this directory is individual for the different servers.
I just tried the Shared Memory Container again, and I could clearly see the result of several web servers. When I connect to the chat, and then some hours later reload the page, I turn up connected to a totaly different channel with other history beeing loaded. And again some hours later the same thing; other history; other channel; different web server I guess.
My home directory uses a network drive so it is suposed to be consistency, and not any problem because of the different web servers. But still when using the File Container and the files stored in my home directory, I end up with erased messages.data file every ones in a while ...
Could this problem be related to "several web servers" ? Is there yet an other way I could try ? Maybe yet some other "container" or whatever ? .. I'm willing to try this out and get it fixed, if you give me instructions on how to test it further

[EDIT]
Just got an other email from my web host admin, he sad that my problem with the data file beeing erased might do something with the script not beeing "nfs-lock-safe". Hence the file getting overwritten when different processes are using the file simultaniusly. Is this something that can be fixed ? .. He proposed using a MySQL data base instead of the File container.
/Eminos