search for: asessionkey

Displaying 1 result from an estimated 1 matches for "asessionkey".

Did you mean: sessionkey
2006 Jul 04
2
clear all sessions keys
hi list, how to iterate over the Session object to reset all session keys (after a logout for example) session[''something'']=nil session[''another_key'']=nil ... is there something like session.keys{|aSessionKey| session[aSessionKey]=nil} ? thanks arnaud