Per comments in the commit - setting the session cookie over and over can be troubles...
authorpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 6 Apr 2016 05:33:06 +0000 (05:33 +0000)
committerpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 6 Apr 2016 05:33:06 +0000 (05:33 +0000)
commitc3d4275eae0b920a3d25a2d3ec57117693c37fc5
treecd6ea4a912d59f569fd44dabf5462d53ef0e3390
parentf197ec8835b64975ff47dc6cd86dae75605baebf
Per comments in the commit - setting the session cookie over and over can be troublesome, but doing the obvious and defaulting to *replace* cookies causes logins to fail due to something I don't care to debug - session cookie is complex through all the pages involved in a login request - instead we use a simple static cache to prevent useless duplicate cookie headers

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@14552 7612ce4b-ef26-0410-bec9-ea0150e637f0
functions/global.php