Hi to all,
something bothers me for quite a while, so I decide to share the problem with you.
In .php pages for administering the contents of the web pages, I use session for storing valuable user data.
Ever since I start using sessions the problems become regular and often.
After creating new content with .php pages that use session, I can't see the new content. The problem is persistent after refreshing the page, but all is solved after Ctrl+F5 (refreshing, but no cache!).
I realize the problem is probably in cache but which one: session cache, browser cache, or even proxy cache?
Session cache_limiter is set to 180 in php.ini, and I try to use "no cache" argument in <head> without success.
Any ideas, the same experiences, answers ....?
TIA,
lancelot_