Subject | Re: [firebird-php] Re: firebase15 |
---|---|
Author | Helen Borrie |
Post date | 2004-05-24T23:50:28Z |
At 10:15 PM 24/05/2004 +0000, you wrote:
wonder?
KISS (Keep it simple, ...) Use a generator for your Session numbers and
make sure you declare the column as BigInt, not integer.
Helen
>The application that I'm converting is generating a seed to use inNo!! it is not a guarantee of uniqueness. "More secure" than what, I
>generating a session. The comment in the code says that the
>programmer who wrote the code thinks that using a seed in combination
>with time, makes for a more secure session #! Is this true?
wonder?
KISS (Keep it simple, ...) Use a generator for your Session numbers and
make sure you declare the column as BigInt, not integer.
>I haveThis would be definitely be a bug to eliminate!!
>no clue. Just trying to get things converted and all the bugs out
Helen