foreverlarz / thinktankforums

Automatically exported from code.google.com/p/thinktankforums
0 stars 0 forks source link

cookies and hostnames #26

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
if you login at http://thinktankforums.com/ then go to
http://www.thinktankforums.com/ you must relogin as the cookie is set
specifically to 'thinktankforums.com'. 

if it is set at '.thinktankforums.com' instead the cookie will carry over
to any host at ttf. i was going to hard code it but then it wont work on
other sites as well as dev environments. could be set with
$_SERVER["SERVER_NAME"] or similar, but i think pulling from db would be
the smartest. possibly adding 'domain', 'location' or something to the
ttf_config table. 

Original issue reported on code.google.com by fakeemp...@gmail.com on 20 Apr 2007 at 6:51

GoogleCodeExporter commented 8 years ago

Original comment by fakeemp...@gmail.com on 20 Apr 2007 at 6:53

GoogleCodeExporter commented 8 years ago
r292.

Original comment by lucasreddinger on 18 Oct 2008 at 9:15