USER-> Cached test (how to avoid?)

Re: USER-> Cached test (how to avoid?)

by Darko Miletić -
Number of replies: 0

You should not be doing that. If there is some data that you want to store and update during the session use the global session object like this:

global $SESSION;

$SESSION->myitem = 123;



Average of ratings: Useful (1)