Hi,

I am using cookies via WithApacheSession to maintain state on my
website.

My handler contains these arguments:

   args_method   => 'mod_perl',
   request_class => 'MasonX::Request::WithApacheSession',
   session_class => 'Apache::Session::MySQL',
   session_data_source => 'dbi:mysql:********',
   session_user_name => '***',
   session_password => '********',
   session_directory => '/tmp/sessions',
   session_lock_data_source => 'dbi:mysql:********',
   session_lock_user_name => '***',
   session_lock_password => '********',
   session_cookie_domain  => '.**************',
   session_use_cookie => 1,

My question:  Is there a guarantee that two separately generated cookies 
are different?  Or is it just probable?  

Thanks.

Mark

------------------------------------------------------------------------------
Come build with us! The BlackBerry® 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-12, 2009. Register now!
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