Hello. I use the global filter to select cities on the site. Everything works fine, but some time passes and a list with cities is lost. And no variable is not passed. Cache cleaning helps only. Tried it with different settings for session cache. This is a problem in all browsers.
Comments
Comment #1
rdeboerHi khimutin,
Thanks for your report.
Naturally the session does time out on the server and so do cookies, if used.
But by default this is set to days or weeks... Still.. worth checking the
session.gc_maxlifetimeandsession.cookie_lifetimevariables in your settings.phpI'm puzzled as to how this can happen. You don't say which storage mechanism you use. Have you tried alternatives?
Rik
Comment #2
khimutin commentedHello,
session.gc_maxlifetime = 200000
session.cookie_lifetime = 2000000
I tried absolutely everything storage mechanisms. Now I use "via their IP address".
If we use others, when approaching the site by anonymous, meaning global filter is reset by default when changing to another page. If it is selected "on the server, as a small file".
Tried all the different settings. Always or problem with the disappearance of the list of cities, or a problem with transitions to other pages (global filter takes the default value)
Comment #3
rdeboerI hope to set some time aside to see if I can reproduce your symptoms.
Comment #4
khimutin commentedI installed the previous version of the module - everything works fine with default settings.
Comment #5
rdeboerOuch.... that is no good.
Does it work only with default settings? Or do other settings work also?
Comment #6
khimutin commentedI'm sorry, I hurried. The problem remains, but it has proved itself through a later date. And then I have hoped ....
Comment #7
rdeboerSo what changes on your system after a while?
That is the question, right?
Comment #8
khimutin commentedIn fact of the matter is that I do not do anything on the site during this time. Just after a while I go and see this problem. At what time after which this problem occurs is always different. Can work out all day, and maybe a few minutes does not work.
Site only in development. Not visited. But sometimes it comes to the casual visitor. There is a suspicion that the problem occurs when you visit the site by other users. If this can be a problem... Although it happens right while on the site appears this problem.
Added to page.tpl.php string
drupal_flush_all_caches ();Workaround. Site slow, which is understandable.
Comment #9
khimutin commentedI'm afraid to jinx it, but the problem seems to be solved.
Sorry, the problem was on my side. The fact that the long-developing this site, I uploaded it to a test domain. Later, I moved the site to another domain, forgetting to remove the old. So I worked two sites on the same basis. On the test site has not been selected the city. I believe that when a visitor came to the test site, it is cached, A new site being loaded on the same cache as the base was one. Completely remove the test site and the problem was resolved. Once again I am sorry. Thanks.
Comment #10
khimutin commentedComment #11
rdeboerPhew! Glad there was no problem with the module.
Hope it is happy days for you from now on.