Posted by Jerry Stuckle on 06/12/07 01:22
Sergei Shelukhin wrote:
> Thanks, that was it!
> However, if I have a standard pattern where session is started and
> then closed for writing at the start of every request in one place,
> how do I reopen it to write a variable once in a while? I have exactly
> two places where I need to do that and if I use session_start there it
> shows warnings (cannot send cookie). I can suppress them but it
> doesn't seem right
>
You don't. Once you close the session, you can't open it again in the
same request.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
[Back to original message]
|