Search Results for 'session'

1 POSTS

  1. 2008/02/11 PHP5에서 Session Id의 길이가 다른 이유 (2)
정답부터 얘기하면 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

Trackback URL : http://blog.eggnara.com/trackback/144 관련글 쓰기

  1. # BlogIcon 러츠 2008/02/12 01:44 Delete Reply

    한때는 PHP 공부 열심히 했었는데.. 이제는 가물가물 ^^;

    1. Re: # BlogIcon egg 2008/02/12 10:37 Delete

      러츠님 방문+댓글 감사드려요~~
      전 이제 열심히 공부하려합니다. +_+

Leave a comment