Replace all session_start() calls with sqsession_is_active(). The latter
authorkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 21 Aug 2003 09:40:53 +0000 (09:40 +0000)
committerkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 21 Aug 2003 09:40:53 +0000 (09:40 +0000)
commit748ba6c04d400a0433b06dd90d4d6042d86478e2
treed4f290cc8048fb55fb44cac756b057c001f2b70a
parent459e3347e4434d9d15a9f57e220ef21ee0700adb
Replace all session_start() calls with sqsession_is_active(). The latter
is a conditional session_start which will only start a session if none
has been before. This will make us compatible with the upcoming PHP 4.3.3
release. Thanks Phil Driscoll for the tip.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5535 7612ce4b-ef26-0410-bec9-ea0150e637f0
ChangeLog
include/validate.php
src/redirect.php
src/webmail.php