| http://www.w3.org/ns/prov#value | - It can be a big performance bottleneck, especially in replicated environments.For saving sessions, file handler seems to be very effective for most setups, except those situations: - if performance is an issue, the directory which stores session files can be mounted as tmpfs (ram disk). - if sharing sessions across multiple webservers is needed (in clustered environments), use memcache for storing
|