I need to erase a certain session variable from a javascript function how can i do this?
3
-
Can you give more details and maybe a code sample?Chuck Conway– Chuck Conway2009-03-03 08:50:48 +00:00Commented Mar 3, 2009 at 8:50
-
Wow. There really should be a [php-and-js-again] tagannakata– annakata2009-03-03 09:03:57 +00:00Commented Mar 3, 2009 at 9:03
-
$_session['cont_no']="smth"; i need to empty this session variable from a javascript function like "<script> function remove() { remove the session value } </script>" can this be donejarus– jarus2009-03-03 09:21:55 +00:00Commented Mar 3, 2009 at 9:21
Add a comment
|