Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Session id in ie7

Status
Not open for further replies.

Nakamukka

Programmer
Sep 23, 2009
6
0
0
GB
Hi,every1
i am new to java language and the web technology in fact
anyway, i was writting some appllication and notice that the
internet explorer 7 tabs shared the same session id
hence, if i wanted to navigate to other pages at the same time, problem occurs.. as information is being shared,
any idea how to resolve this problem???
caz, generating a UID could b troublesome
and storing the id directly in the cookie is a bit confusing for me>>
 
wait in first place do y anoe anything abt session id?
and that it cld be written using java lang?
 
Maybe if you explain with detail (and words with all letters) your problem anyone can help you, but at first sigth I can't see a J2EE problem there

Cheers,
Dian
 
okay its quite simple
i need to create a unique session id
besides storing it in the cookie and using the UID method is there any other ways to do so?
 
You can use server session IDs in J2EE applications. At client side, you can store cookies but usually just stores the server session ID, that is where the data lives.

Cheers,
Dian
 
Eh, how do ya store the cookies in the client side..
besides, in internet explorer 7,the the tabs shares the same session id as it is under one window browser.
( if you happen to use one application but many tabs of the same application.. hope you can get what i mean)

do ya have any idea how to resolve this problem...

any way, thanks for helpin me ya...
appreciate it ...
 
Usually at client side the session is managed via cookies. I get you want to have two differente user sessions in two tabs. I don't know how to do it, but I think you should ask that in the Javascript forum.

Cheers,
Dian
 
Hey thanks anyway... though my application is written fully
in java lan, jsp and struts.. no javascript included
except for client side (the interactive part)

But thanks anyway
 
Well, I don't know how your application is done, maybe it's not using cookies.

Cheers,
Dian
 
yup, in fact
as you know that the window browser generates
the session id
so all i did previously was to call out the object session for certain types of navigation pages.
so now with the internet explorer 7
and the tabs it has: give me a headache... :{
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top