Re: [PHP] general cookies

2002-11-05 Thread Marek Kilimajer
No way, you have to wait till garbage collector erases it Shaun wrote: "Marek Kilimajer" <[EMAIL PROTECTED]> wrote in message news:3DC7A6C3.7030105@;webglobe.sk... Because the client did not supply you with the session id, so session_destroy() doesn't know what file to erase Shaun wrote:

Re: [PHP] general cookies

2002-11-05 Thread Shaun
"Marek Kilimajer" <[EMAIL PROTECTED]> wrote in message news:3DC7A6C3.7030105@;webglobe.sk... > Because the client did not supply you with the session id, so > session_destroy() doesn't know what file > to erase > > Shaun wrote: > > >hi > > > >When is create a session , and the browser refuses cook

Re: [PHP] general cookies

2002-11-05 Thread Marek Kilimajer
Because the client did not supply you with the session id, so session_destroy() doesn't know what file to erase Shaun wrote: hi When is create a session , and the browser refuses cookie i display an error the the user. There was no cookie created on the clients pc (i know this) but there is sti

[PHP] general cookies

2002-11-05 Thread Shaun
hi When is create a session , and the browser refuses cookie i display an error the the user. There was no cookie created on the clients pc (i know this) but there is still a session file created on the server. When i use session_destroy() the session was not deleted , why ? Thanks Shaun