Page 1 of 1

Session

Posted: Thu Sep 22, 2011 12:34 am
by mnewman
How to restart the session w/out logging out?
is it possible?

Re: Session

Posted: Thu Sep 22, 2011 6:59 am
by Celauran

Re: Session

Posted: Thu Sep 22, 2011 9:37 pm
by mnewman
how am i going to execute that?

Re: Session

Posted: Thu Sep 22, 2011 11:17 pm
by flying_circus
mnewman wrote:how am i going to execute that?
What have you tried?

Code: Select all

<?php
  session_destroy();
  $_SESSION = array();
?>

Re: Session

Posted: Sat Sep 24, 2011 4:31 am
by mnewman
ohh..okey