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.


Chadwick Rolfs

On Sat, 23 Jun 2001, olinux wrote:

 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 a button, that when checked and sent, calls
 session_end().  I get a  call to undefined function error.
 Does there need to be something compiled into the php module?  Everything
 else seems to work with sessions, so I don't know why session_end()
 wouldn't work.
 its PHP Version 4.0.3pl1 on a cobalt raq4 server.
 code snippet..(the code seems to work, but I get that above error.)

 _
 Do You Yahoo!?
 Get your free @yahoo.com address at http://mail.yahoo.com


 --
 PHP Database Mailing List (http://www.php.net/)
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 To contact the list administrators, e-mail: [EMAIL PROTECTED]



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




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 a button, that when checked and sent, calls
session_end().  I get a  call to undefined function error.
Does there need to be something compiled into the php module?  Everything
else seems to work with sessions, so I don't know why session_end()
wouldn't work.
its PHP Version 4.0.3pl1 on a cobalt raq4 server.
code snippet..(the code seems to work, but I get that above error.)

_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]