13 Mar
2001
13 Mar
'01
10:21 p.m.
Pattreeya Tanisaro writes:
What is the difference between seting cookie and storing the language in session? In a session object, you save all data relevant for a session, language, previous actions/selections, results worth to be remembered.
The complete session object is identified by a single cookie (or an URL component). This way, you do not use a large number of cookies (they are limited to avoid DOS attacks). Dieter