[FX.php List] Different SESSIONs on same server?
Dale Bengston
dale.bengston at gmail.com
Tue Sep 10 08:51:38 MDT 2013
Hi Joel,
Yes, I give each web app a different session name so there's no chance of anything stored in the session bleeding over from site to site. The chances are remote, but it can happen. Most often it happens to us - we are the ones logged into more than one site on the same server....
Dale
On Sep 9, 2013, at 6:30 PM, Joel Shapiro <jsfmp at earthlink.net> wrote:
> Hi all
>
> How do people here differentiate SESSION vars if you've got more than one site on a single server?
>
> Do you use session_name('siteCode') ? Or something different?
>
> And any precautions I should take when using one of these functions?
>
> TIA,
> -Joel
>
>
> _______________________________________________
> FX.php_List mailing list
> FX.php_List at mail.iviking.org
> http://www.iviking.org/mailman/listinfo/fx.php_list
More information about the FX.php_List
mailing list