I just found out that when I open the link from within the first session,
the browser retains the first sessionID . If I open a new browser and
explicitly type in the URL, a new session ID is generated. In the first
method, I open the link using target="new"
Is there a way to create a new sessionID in the former manner
thanks
"Patrice" <> wrote in message
news:...
> Is this two web applications ? If yes, they shouldn't share the session
> variables. For a start you could try to see which sessionid you have on
both
> sites...
>
> --
> Patrice
>
> "Rahul Chatterjee" <> a écrit dans le message de
> news:...
> > Hello All
> >
> > I have 2 websites both using different style sheets (.css). The
> stylesheets
> > are stored in a session variable and get set at the time the site gets
> > invoked. What is happening is something like this.
> >
> > I bring up the first site and navigate around. Everything is okay. The
> > stylesheets are correct and so on and so forth. When I click on a link
to
> go
> > to the other site from the first site (I create a new instance of the
> > browser), that site comes up fine too, but the stylesheet of my first
site
> > is reset to the stylesheet of the new site that I just opened.
> >
> > Both these sites are mirror images of each other - i.e. they share the
> same
> > variables and represent similar information.
> >
> > Is there any way to separate the session variables so that they dont
> clobber
> > each other.
> >
> > Thanks
> >
> >
>
>
|