RE: [PHP-DB] session_end()

2001-06-26 Thread Chadwick Rolfs
Okay, but what I want to do is use session_end(). session_destroy() destroys the session, while session_end() actually writes the sesstion and ends it :-). this is achievecd when the script is done, but you have to exit your browser. Thanks for the help, I think I'll just serialize() it.

RE: [PHP-DB] session_end()

2001-06-23 Thread olinux
try session_destroy() olinux -Original Message- From: Chadwick Rolfs [mailto:[EMAIL PROTECTED]] Sent: Saturday, June 23, 2001 12:39 PM To: [EMAIL PROTECTED] Subject: [PHP-DB] session_end() dear list I have attempted to use session end to no avail. I have a self-referencing form with