how can I create new session without destroy old session

how can I create new session without destroy old session

am 11.12.2006 10:22:18 von ijevsk

I have asp page of my system and when I click on the link I want to
open new login page.If I enter to the system throuth this page my old
session is overides. I wont that to have two pages with different
session and cookies. how can i do that in asp and asp.net

Re: how can I create new session without destroy old session

am 11.12.2006 10:58:14 von exjxw.hannivoort

wrote on 11 dec 2006 in microsoft.public.inetserver.asp.general:

> I have asp page of my system and when I click on the link I want to
> open new login page.If I enter to the system throuth this page my old
> session is overides. I wont that to have two pages with different
> session and cookies. how can i do that in asp and asp.net
>

========== login.asp ==============

<% session.abandon %>
Login page

New session on new page or new tab



Session number is: <% = Session.SessionID %>

Login html here ......

====================================

--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)