Re: how can I create new session without destroy old session
am 11.12.2006 12:11:14 von Patrice
You could add a prefix to session variables to have technically a single
session server side but two (or more) "application simulated" sessions (else
it is AFAIK browser dependant -and sometimes it depends on, how you open
the new window)...
My personal preference would be likely to try to see if an alternate design
could help (such as being able to grant rights to another account so that
all the needed stuff could be handled from a single account).
--
Patrice
a écrit dans le message de news:
1165828935.790404.89850@f1g2000cwa.googlegroups.com...
>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
>