Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
I have a few jsp pages and i want to maintain session across those pages. The whole thing works fine in internet explorer but when i use netscape the session has to be set in the same page in which i want to retrieve it.and also if i check on a page whether a button is pressed on another page or not with request.getparameter("button name"),it does'nt work.............although it works in explorer..........please suggest some solution.........the server i am using is weblogic......
Replies:
|
Sponsored Links
|