Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_java_server thread: HttpSessionProblemWithBrowser


Message #1 by srikanth c <c_s_kanth@y...> on Wed, 5 Sep 2001 01:22:18 -0700 (PDT)
This has been faced by me earlier.This is the problem with the Browser ,
with ctrl+n it maintains the same session.What you can do is you can check
for the sessionID in your first Logedon page and create the session again if
it matches with previous one.Hope it helps you.

Raj
----- Original Message -----
From: "srikanth c" <c_s_kanth@y...>
To: "Java Server" <pro_java_server@p...>
Sent: Wednesday, September 05, 2001 1:52 PM
Subject: [pro_java_server] HttpSessionProblemWithBrowser


> Hi all,
> While managging the sessions,
> I am geting some problems,
> When i open the page in browser for the first time it
> is creating a new session and if i use "cntr+n"
> keeboard function and open a browser it is maintaing
> the same session.
> and if i open two browsers from the system with out
> using cntrl+n key then it is maintaing two sessions
> both different.
> and if i open using cntrl+n function it is opening in
> the other page in the same session,
> can any body has solutions for this.
>
> thanks in advance,
> srikanth.
>
>
>

  Return to Index