| List: | General Discussion | « Previous MessageNext Message » | |
| From: | Paul DuBois | Date: | July 23 2002 6:36pm |
| Subject: | Re: How to store a session_id in mysql? | ||
| View as plain text | |||
At 15:09 +0200 7/23/02, Ilyas Keser wrote: >Hi... > >What is the best way in MySql to store a session_id in hex format. >Can Integer also store hex values like: >E4FA762685A23E002D86483AACE9BD7B The largest integer type is BIGINT, which is 8 bytes (16 hex digits max). Your value looks like it's 32 hex digits long. > >Thanks >Ilyas
| Thread | ||
|---|---|---|
| • How to store a session_id in mysql? | Ilyas Keser | 23 Jul |
| • Re: How to store a session_id in mysql? | Paul DuBois | 23 Jul |
