On Tue, Sep 15, 2009 at 11:54 AM, Mark Copper
<mcop...@titaninterface.com> wrote:
> My question:  Is there a guarantee that two separately generated cookies
> are different?  Or is it just probable?

You're asking about the uniqueness of the IDs in the cookies?  Since
you chose Apache::Session::MySQL, you can look at the code for that
class and see that it uses Apache::Session::Generate::MD5, which you
can also see the code for.  It does not guarantee uniqueness.  You can
switch to one of the other Apache::Session::Generate:: subclasses if
you like.  Read the Apache::Session documentation for more.

- Perrin

------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
Mason-users mailing list
Mason-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mason-users

Reply via email to