if you try to name a php session "example.com" it gets converted to "example_com" and everything breaks.
don't use a period in your session name.
if you try to name a php session "example.com" it gets converted to "example_com" and everything breaks.
don't use a period in your session name.