Server Side Web Sessions
Server-side sessions are handy and efficient, but can become difficult to handle in conjunction with load-balancing/high-availability systems and are not usable at all in embedded systems with no storage. The load-balancing problem can be solved by using shared storage or by applying forced peering between each client and a single server in the cluster, although this can compromise system efficiency and load distribution.
A method of using server-side sessions in systems without mass-storage is to reserve a portion of RAM for storage of session data. This method is applicable for servers with a limited number of clients (e.g. router or access point with infrequent or disallowed access to more than one client at a time). ...
Read more about this topic: Session (computer Science)
Famous quotes containing the words side and/or web:
“He killed the noble Mudjokivis.
Of the skin he made him mittens,
Made them with the fur side inside,
Made them with the skin side outside.
He, to get the warm side inside,
Put the inside skin side outside;”
—Rev. George A. Strong (18321912)
“However, our fates at least are social. Our courses do not diverge; but as the web of destiny is woven it is fulled, and we are cast more and more into the centre. Men naturally, though feebly, seek this alliance, and their actions faintly foretell it.”
—Henry David Thoreau (18171862)