Ver Mensaje Individual
  #3 (permalink)  
Antiguo 06/12/2004, 10:20
Avatar de AlZuwaga
AlZuwaga
Colaborador
 
Fecha de Ingreso: febrero-2001
Ubicación: 34.517 S, 58.500 O
Mensajes: 14.550
Antigüedad: 24 años, 1 mes
Puntos: 535
Si se puede, con Session.Contents.Remove("nombredelasession")

Si tenés...

<%
Session("Session1") = "hola"
Session("Session2") = "chau"
%>

... al hacer...

<% Session.Contents.Remove("Session1") %>

... "Session1" deja de existir pero no "Session2"
__________________
...___...