PHP5에서 Session Id의 길이가 다른 이유
Posted 2008/02/11 20:38, Filed under: 프로그래밍정답부터 얘기하면 PHP5에서 session의 옵션값으로 hash_function을 지원하기 때문.
session.hash_function allows you to specify the hash algorithm used to generate the session IDs. '0' means MD5 (128 bits) and '1' means SHA-1 (160 bits).참조 링크 : http://www.php.net/manual/en/ref.session.php
Response :
0 Trackback
,
2 Comments
-
한때는 PHP 공부 열심히 했었는데.. 이제는 가물가물 ^^;
-
러츠님 방문+댓글 감사드려요~~
전 이제 열심히 공부하려합니다. +_+
-