Показать сообщение отдельно
Старый 24.01.2006, 15:24   #7
Wowa
Новенький
 
Регистрация: 23.01.2006
Сообщений: 8
По умолчанию re: Пропадают сессии при переходе между страницами

Спасибо за ответ. Однако насчет @session_write_close() я придерживаюсь иного мнения, т.к.
Session data is usually stored after your script terminated without the need to call session_write_close(), but as session data is locked to prevent concurrent writes only one script may operate on a session at any time. When using framesets together with sessions you will experience the frames loading one by one due to this locking. You can reduce the time needed to load all the frames by ending the session as soon as all changes to session variables are done.

http://de3.php.net/manual/ru/function.session-write-close.php
Wowa вне форума   Ответить с цитированием