I wrote a very simple JSP file in order to check the Session in OC4J (9.0.4.1) and OC4J (10.1.3.1). I found that:
- [OC4J 10.1.3.1] Session keeps changing when web page is REFRESHED
- [OC4J 9.0.4.1] Session is maintained even web page is REFRESHED
Anyone has clue to solve this issue ?
The source codes are as follows:
Session ID is <%=session.getId()%>