Date: 10/10/00
- Next message: Magnus Jonsson: "[phplib] Has anybody had any success with Sybase/PHP on Windows?"
- Previous message: nathan r. hruby: "Re: [phplib] Re: Session"
- In reply to: bryan: "[phplib] Sessions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Try
$sess->delete();
On Tue, 10 Oct 2000, bryan wrote:
> Is it just me, or does session_destroy(); not destroy the session?
>
> I have set it up as a variable, $SID, and checked to say
>
> if ($SID) {
> session_destroy();
> } else {
> print ("I'm gone");
> }
>
> I have also just used the session_destry(); function by itself.
>
> Any suggestions?
>
> Thanks
> Bryan
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: phplib-unsubscribe <email protected>
> For additional commands, e-mail: phplib-help <email protected>
>
-- ........ nathan hruby Webmaster: UGA Department of Drama and Theatre Project Maintainer: phpSlash, Carousel nhruby <email protected> ........--------------------------------------------------------------------- To unsubscribe, e-mail: phplib-unsubscribe <email protected> For additional commands, e-mail: phplib-help <email protected>
- Next message: Magnus Jonsson: "[phplib] Has anybody had any success with Sybase/PHP on Windows?"
- Previous message: nathan r. hruby: "Re: [phplib] Re: Session"
- In reply to: bryan: "[phplib] Sessions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

