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

rdeboer’s picture

Hi 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_maxlifetime and session.cookie_lifetime variables in your settings.php

I'm puzzled as to how this can happen. You don't say which storage mechanism you use. Have you tried alternatives?

Rik

khimutin’s picture

Hello,
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)

rdeboer’s picture

I hope to set some time aside to see if I can reproduce your symptoms.

khimutin’s picture

I installed the previous version of the module - everything works fine with default settings.

rdeboer’s picture

Ouch.... that is no good.
Does it work only with default settings? Or do other settings work also?

khimutin’s picture

I'm sorry, I hurried. The problem remains, but it has proved itself through a later date. And then I have hoped ....

rdeboer’s picture

So what changes on your system after a while?
That is the question, right?

khimutin’s picture

In 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.

khimutin’s picture

I'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.

khimutin’s picture

Status: Active » Closed (fixed)
rdeboer’s picture

Phew! Glad there was no problem with the module.
Hope it is happy days for you from now on.