php-db | 2001062
Date: 06/26/01
- Next message: Dobromir Velev: "Re: [PHP-DB] php/mysql horizontal listing query"
- Previous message: Phil Driscoll: "Re: [PHP-DB] Is MySQL in 4.0.6?"
- In reply to: olinux: "RE: [PHP-DB] session_end()"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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:c2304182 <email protected>]
> Sent: Saturday, June 23, 2001 12:39 PM
> To: php-db <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 <email protected> address at http://mail.yahoo.com
>
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: php-db-unsubscribe <email protected>
> For additional commands, e-mail: php-db-help <email protected>
> To contact the list administrators, e-mail: php-list-admin <email protected>
>
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-db-unsubscribe <email protected> For additional commands, e-mail: php-db-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Dobromir Velev: "Re: [PHP-DB] php/mysql horizontal listing query"
- Previous message: Phil Driscoll: "Re: [PHP-DB] Is MySQL in 4.0.6?"
- In reply to: olinux: "RE: [PHP-DB] session_end()"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

