[PHP] session_unregister - but w00t about the back button?

2002-08-29 Thread Victor
I can logout with session_unregister - but w00t about the back button? This is probably so trivial that it has been discussed before, if anyone has some knowledge or link at hand mind passing it on? Thanks. - Victor > www.argilent.com ___

[PHP] session_unregister question

2002-07-18 Thread Brad Wright
Is it possible to somehow do a session unregister of all session variables except for (say) 2 variables. varA and varB So if my session had : varA, varB,varC, varD,varE (etc) I want to unregister all but varA and varB. Is there an 'elegant' way to do this without testing for all the variables i

RE: [PHP] session_unregister and register_globals = Off

2002-01-10 Thread Johnson, Kirk
> I'm having difficulty trying to figure out how unregister a > variable when > register_globals is turned on. I've tried session_unregister > but it doesn't > seem to do anything. Just unset the $HTTP_SESSION_VARS['var'] element. Kirk -- PHP General Mailing List (http://www.php.net/) To

[PHP] session_unregister and register_globals = Off

2002-01-10 Thread Alastair
I'm having difficulty trying to figure out how unregister a variable when register_globals is turned on. I've tried session_unregister but it doesn't seem to do anything. thanks, alastair -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additio

[PHP] session_unregister

2001-08-20 Thread Jeremy Morano
Help me! I'm working with sessions and having some difficulty. I have my session_register(variable) at the top of page 1 and page 2. I use the session_unregister(variable) at the bottom of page 2, everything seems to work fine at this point. The problem is, sometimes the user needs to visit pag

Re: [PHP] session_unregister and session_destroy

2001-04-03 Thread Plutarck
First of all, in sessions you have two different things. You have the session itself, which is basically a "container" for variables. Then you have the variables themselves, which is what is inside your container. session_unregister removes the variable from the container (you have to say which o

[PHP] session_unregister and session_destroy

2001-04-03 Thread Jacky
Hi people What is the different between session_unregister and session_destroy? If i want to delete session, which one should I used? Jack [EMAIL PROTECTED] "There is nothing more rewarding than reaching the goal you set for yourself"