hmmm... if this is possible at all, this would be a setting on the client machine and therefore, only way to modify this setting would be through some javascript API exposed by the Netscape browser. If such an API exists, your JSP page would contain javascript to modify the user setting. You might want to check Netscape's Javascript site (sorry, i don't have to url on hand...) to see if what you need is implemented by Netscape. One more thing, it is probably not a good idea to change any client setting without consent from the user. I certainly wouldn't want any site I visit changing any default setting on my browser for their benefit.
regards, jkim ----- Original Message ----- From: "Dong, Bill" <[EMAIL PROTECTED]> To: "'Tag Libraries Users List'" <[EMAIL PROTECTED]> Sent: Monday, January 07, 2002 4:14 PM Subject: RE:How to Modify Netscape's Session Behavior on opening a window > Anybody has any idea about how to change the Netscape's session behavior > from JSP/Java Bean? > One of my application reuqires me to let the NS browser to open a brand new > session on each opening of a new browser window. Identical Session IDs on > each consecutively activated NS window proved its "session persistence", > which is different from IE. > > Appreciae your any advice or help. > > Bill Dong > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>