what should I take into consideration when choosing a session implementation?
Posted
by Satoru.Logic
on Stack Overflow
See other posts from Stack Overflow
or by Satoru.Logic
Published on 2010-04-30T01:07:58Z
Indexed on
2010/04/30
1:17 UTC
Read the original article
Hit count: 249
Hi, all.
Yesterday, my supervisor told me that tmp-file-based session should be THE answer to session implementation, and I should abandon any idea of making sessions persistent.
He argues that file-based session is much faster and eaiser to use than other choices like db-based or memcached-based implementations.
What he said was really a shock to my past learning experience, so please tell me whether he was wrong and why?
Thanks in advance.
© Stack Overflow or respective owner